Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 372 Bytes

bash_env

My personal Bash environment

To use it, follow these steps:

  1. Install Hub: https://hub.github.com/
  2. Run the following command: git clone --recursive -j8 https://github.com/MrDrMcCoy/bash_env.git ${HOME}/bash_env
  3. Add this to your ~/.bashrc:
    cd ${HOME}/bash_env
    source main
    cd -
  4. Start a new session and enjoy!