A bash configuration framework.
- Modular: aliases, variables, functions, etc.
- Easy to add pre-command functions.
- Easy to add customized configuration files.
- Colorful, configurable and pragmatic PS1 prompt.
- Integrates
bag
to manage package or plugin.
bash
4.4 or latergit
sed
awk
diff
$ git clone https://github.com/dotcon/bacon /path/to/bacon
$ cd /path/to/bacon && ./bin/bacon-install.sh
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Released under the terms of MIT License.