Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.72 KB

actions|bats License

bacon-example

A bash configuration framework.

Table of Contents

🎨 Features

  • 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.

📏 Prerequisite

  • bash 4.4 or later
  • git
  • sed
  • awk
  • diff

🚀 Installation

$ git clone https://github.com/dotcon/bacon /path/to/bacon
$ cd /path/to/bacon && ./bin/bacon-install.sh

🌺 Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

👦 Authors

📜 License

Released under the terms of MIT License.