Skip to content

zie87/dotfiles

Repository files navigation

Dotfiles

Zsh

# install oh my zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# combine spaceship with ohmyzsh
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" 

Base

# install terminals
sudo pacman -S kitty alacritty termite

# install rust
sudo pacman -S rustup lldb
rustup toolchain install stable

# install paru
git clone https://aur.archlinux.org/paru.git /tmp/paru
cd /tmp/paru
makepkg -si
cd -

# install nerd fonts
paru -S nerd-fonts-meslo 

# install ranger
paru -S ranger python-ueberzug

# install vs code
sudo pacman -S code

# install utils
paru -S toilet toilet-fonts

Neovim

AwesomeWM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published