These are the files that accompany my Bash-it installation.
- Install Bash-it
- Clone this repo to ~/bashscripts:
git clone --recurse-submodules https://github.com/lambda3/bashscripts
- Add these 3 lines to the end of your
~/.bashrc
or~/.bash_profile
(the.bash_it.sh
should already be there):
# Load Bash It
export BASH_IT_CUSTOM="$HOME/bashscripts/"
source "$BASH_IT"/bash_it.sh
source "$BASH_IT_CUSTOM"/bash-it-customizations.sh
See them here.
Licensed under the Apache License, Version 2.0.