A highly opinionated way of configuring your BASH environment.
- BASH 4 or greater
- Clone the repository.
- Edit your
.bashrcscript.- Define
BASH_UTILSas the path to the repository. - Add:
. "$BASH_UTILS/bootstrap.sh" "$(tty)"
- Define
To list which features have been enabled, run
echo "$BASH_UTILS_FEATURES"