Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 351 Bytes

my_bash_config

I need more history around why, when, and what is in my bash config.

To use:

  1. Clone into home directory.
git clone [email protected]:aaaronic/my_bash_config.git
  1. Symlink the provided .bash_profile and .bashrc files:
ln -s ~/my_bash_config/.bashrc ~/.bashrc
ln -s ~/my_bash_config/.bash_profile ~/.bash_profile