Setup Clone repo to ~/bin/dotfiles: mkdir -p ~/bin cd ~/bin git clone [email protected]:imderek/dotfiles.git Bash In ~/.bash_profile add: if [ -f ~/.bashrc ]; then source ~/.bashrc fi In ~/.bashrc add: . ~/bin/dotfiles/bashrc