Tired of typing out commonly used commands like git status
?
Tired of your shell not doing basic things like removing duplicates from your history?
Look no further!
- You shell must be
bash
git
must be installed
./quick-install.bash [OPERATING_SYSTEM]
- [OPERATING_SYSTEM] is optional, you will only get
general
if you omit it - [OPERATING_SYSTEM] must be one of the folders in this repo (other than
general
)
- You will not gain vim customizations if you already have
~/.vimrc
~/.vimrc
will be created
docker run -e SHELLCHECK_OPTS="-e SC1091 -e SC1090" -v "$PWD:/mnt" koalaman/shellcheck <Path_To_File>