ln -s ~/dotfiles/git/gitconfig ~/.gitconfig
Source the bashrc (in .bashrc or .zshrc) as follows:
source ~/dotfiles/bashrc
ln -s ~/dotfiles/fish/config.fish ~/.config/fish/config.fish
ln -s ~/dotfiles/fish/functions ~/.config/fish/functions
Create the config directory
mkdir -p ~/.config/nvim
And then link the config files
ln -s ~/dotfiles/nvim/nvimrc ~/.config/nvim/init.vim
ln -s ~/dotfiles/nvim ~/.config/nvim
Install https://github.com/junegunn/vim-plug
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
Instal the fonts from here https://github.com/powerline/fonts
mkdir -p ~/.config/powerline
mkdir -p ~/.config/powerline/themes/tmux
ln -s ~/dotfiles/powerline/config.json ~/.config/powerline/config.json
ln -s ~/dotfiles/powerline/themes/tmux/custom.json ~/.config/powerline/themes/tmux/custom.json
ln -s ~/dotfiles/gemrc ~/.gemrc
ln -s ~/dotfiles/rspec .rspec