I need more history around why, when, and what is in my bash config.
- Clone into home directory.
git clone git@github.com:aaaronic/my_bash_config.git
- Symlink the provided
.bash_profileand.bashrcfiles:
ln -s ~/my_bash_config/.bashrc ~/.bashrc
ln -s ~/my_bash_config/.bash_profile ~/.bash_profile