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 directory, e.g. neovim only:
make nvim
Recommended dependencies (not required):
- Install ripgrep (improves Telescope and vimgrep experience)
make tpm