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