dotfiles Symlinking to dotfiles From Git, dotfiles & Hardlinks: symlinking files inside the repository out of it, into your home directory: ln -sfn $PWD/nvim ~/.config/nvim ~ $ rm ~/.emacs.d ~ $ cd ~ ~ $ ln -s dotfiles/.emacs.d .