Repo for some of my dotfiles to keep my settings synchronised on different machines.
- Got to your home directory:
cd
- Create a directory for your dotfiles:
mkdir dotfile
- Move dotfiles into directory. E.g:
mv ~/.vimrc ~/dotfiles/vimrc
- Symlink dotfiles. E.g:
ln -s ~/dotfiles/vimrc ~/.vimrc