Skip to content
Bash environment setup
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
aliases
bin @ babb082
dot_files
history
prompt
.gitignore
.gitmodules
README.md
helpers.sh
license.txt

README.md

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.sh in your .bashrc:

        source /home/zeyuan/Documents/bashrc_helpers/helpers.sh
    

    Edit helpers.sh to tweak settings.

  • If you want to use utilty scripts only, copy the scripts under bin to your bin directory and do:

    Linux:

      export PATH=$PATH:/home/your_user_name/bin
    

    OSX:

      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 --recursive
  • git checkout master //fix the deattached head
You can’t perform that action at this time.