This is my simplistic dotfiles setup.
Installation is simple. To install, clone the git repo to your local machine:
git clone https://github.com/travm/dotfiles.git
Once complete, navigate to the cloned directory and run the setup file:
bash setup.sh
This file will:
- Attempt to install bash-git-prompt via Homebrew.
- Symlink all necessary files to your home directory (~).
Once completed, you can either quit and reopen Terminal, or you can reload the .bash_profile like so:
source ~/.bash_profile
Enjoy!