I used to have a dedicated dotfile
command to deal with dotfiles. However, I find stow
to be a better option for me.
See how it works here.
Either use stow
directly with a package:
stow --verbose --target=$$HOME -n --restow zsh
Or just use make to set everything up:
make restow
Use the make delete
command.
- The vim configuration assumes you've installed
vim-plug
. To do so you can follow these instructions