- Install the dotfiles package using this nix expression.
- Run the command
dotfiles-update
.
cd ~/.dotfiles
To symlink all the dotfiles:
for dir in */; do stow $dir; done
To symlink the dotfiles of an individual application (e.g. xmonad):
stow xmonad
To remove the symlink:
stow -D xmonad