-
Clone the repo and navigate into it:
git clone [email protected]:ricci2511/dot.git && cd dot
-
Install with
stow
:stow -t ~ .
- MacOS
xargs brew install < packages/leaves.txt
- Arch Linux
sudo pacman -S --needed - < packages/pacman.txt
- Make zsh the default shell, if it isn't already:
chsh -s $(which zsh)
- Install zap plugin manager:
git clone https://github.com/zap-zsh/zap.git ~/.local/share/zap/
- Install tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
- Install plugins with
prefix + I