A community Bash framework.
Go to file
Robert R Evans 76ed68d18c Cleaned bash it up 2010-10-02 12:29:17 -07:00
completion First Commit 2010-10-02 11:55:34 -07:00
custom Cleaned bash it up 2010-10-02 12:29:17 -07:00
functions Cleaned bash it up 2010-10-02 12:29:17 -07:00
lib Cleaned bash it up 2010-10-02 12:29:17 -07:00
plugins Cleaned bash it up 2010-10-02 12:29:17 -07:00
template Added readme 2010-10-02 12:15:56 -07:00
themes Cleaned bash it up 2010-10-02 12:29:17 -07:00
.DS_Store First Commit 2010-10-02 11:55:34 -07:00
.gitignore Added readme 2010-10-02 12:15:56 -07:00
README.md Added readme 2010-10-02 12:15:56 -07:00
bash_it.sh Cleaned bash it up 2010-10-02 12:29:17 -07:00

README.md

Bash it

Bash it is a mash up of my own bash commands and scripts, other bash stuff I have found and a shameless ripoff of oh-my-zsh. :)

From what I remember, I've incorporated things I have found from the following:

Includes some autocompletion tools, theming support, aliases, custom functions, and more.

Install

Check a clone of this repo. You can view what a sample ~/.bash_profile looks like in template/bash_profile.bash-template. If you wanted to use that template, make sure to make a backup of your current ~/.bash_profile file.


git clone http://github.com/revans/bash-it.git

cp ~/.bash_profile ~/.bash_profile_original
cp template/bash_profile.bash-template ~/.bash_profile

Themes

Currently, there is only 1 theme, bobby. There is a base.bash that includes various colors that can then be used to create custom themes. There is support for git in the prompt: showing what branch you're on, if you've committed locally or not, etc. I'm working on adding mercurial support as well.

Help out!

Just like oh-my-zsh, bash it is meant for the community. If you have things to add, want to add a theme, etc. please fork this project and send me a pull request.