I need more history around why, when, and what is in my bash config.
- Clone into home directory.
git clone [email protected]:aaaronic/my_bash_config.git
- Symlink the provided
.bash_profile
and.bashrc
files:
ln -s ~/my_bash_config/.bashrc ~/.bashrc
ln -s ~/my_bash_config/.bash_profile ~/.bash_profile