Skip to content

PatrickDuncan/bash_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Shell Customizations

Build Status License: MIT

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!

Requirements

  • You shell must be bash
  • git must be installed

Installation

./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)

Tips

  • You will not gain vim customizations if you already have ~/.vimrc
  • ~/.vimrc will be created

Credits

Linting

docker run -e SHELLCHECK_OPTS="-e SC1091 -e SC1090" -v "$PWD:/mnt" koalaman/shellcheck <Path_To_File>