To link all dotfiles:
make
This will also create backups of existing directory in ./backups
. To clean up (remove) backups in the ./backups
folder, run make clean
.
To link an individual dotfile:
make nvim # or
make alacritty # or
make tmux # or
make scripts
Recommended dependencies (not required):
- Install ripgrep (improves Telescope and vimgrep experience)
- Install prettier (allows for formatter to work globally):
npm install -g prettier
make tpm
brew install reattach-to-user-namespace