if [ -d ~/git/dotfiles ] ; then bash ~/git/dotfiles/pull.sh rm ~/.bashrc ~/.bash_aliases ~/.profile (cd ~/git/dotfiles ln ./.bash* ../../ ln ./.profile ../../) fi # TODO remove eventually if [ -f ~/.bash-fzfrc ] ; then rm ~/.bash-fzfrc fi . ~/.bashrc