My dotfiles.
cd ~
git clone https://github.com/jaredpalmer/dotfiles.git && cd dotfiles && ./sync.sh
To update later on, after you push to github, just run the ./sync.sh
script again.
Note:
.extra
file is not committed for security
My bash prompt configuration is in .bash_prompt
. It shows the current directory and branch name, and looks like this:
Most of this is ripped from the following other dotfiles: