bashrc
This is the central repo for quickly setup development environment, which contains the following setup:
.bashrc$HOME/bin
Usage
-
If you want to customize the shell only
Include
helpers.shin your.bashrc:source /home/zeyuan/Documents/bashrc_helpers/helpers.shEdit
helpers.shto tweak settings. -
If you want to use utilty scripts only, copy the scripts under
binto yourbindirectory and do:Linux:
export PATH=$PATH:/home/your_user_name/binOSX:
export PATH=$PATH:/Users/your_user_name/bin
Get bin scripts
Inside "bashrc_helpers" directory, do (delete the empty "bin" folder):
git submodule update --init --recursivegit checkout master //fix the deattached head