A community Bash framework.
Go to file
Tony c5b5a1982f Edited README.md for punctuation, phrasing, tone, and clarity. 2011-06-30 08:15:26 -07:00
aliases/available Get rid of old jekyll aliases 2011-06-24 17:45:13 -05:00
completion/available Add gem completion 2011-06-29 11:33:39 -05:00
custom Spelling Fix. 2010-10-31 21:40:08 -05:00
lib Allow theming to be disabled (eg for old terminals) 2010-11-11 11:57:47 -05:00
plugins/available Fix grammar on error message 2011-06-30 08:30:46 -05:00
template Add new jekyll config stuff 2011-06-24 17:45:55 -05:00
themes Merge pull request #64 from jcarouth/master 2011-06-27 21:13:15 -07:00
.gitignore update to ignore all "enabled" files 2011-06-21 09:22:24 -05:00
README.md Edited README.md for punctuation, phrasing, tone, and clarity. 2011-06-30 08:15:26 -07:00
bash_it.sh Add support for multiple Jekyll sites 2011-06-24 17:49:19 -05:00
install.sh Add install script 2011-06-28 00:22:43 -05: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. :)

Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more.

Install

  1. Check a clone of this repo: git clone http://github.com/revans/bash-it.git bash_it
  2. Run install.sh (it automatically backs up your ~/.bash_profile)
  3. Move ~/.bash_it/template/bash_profile.template.bash into its place. (Edit this template file in order to customize bash-it.)

NOTE: The install script will also prompt you asking if you use Jekyll. This is to set up the .jekyllconfig file, which stores info necessary to use the Jekyll plugin.

Help Screens

bash-it (will show all the help commands)
aliases-help
rails-help
git-help
plugins-help

Your Custom scripts, aliases, and functions

For custom scripts, and aliases, just create the following files (they'll be ignored by the git repo):

  • aliases/custom.aliases.bash
  • lib/custom.bash
  • plugins/custom.plugins.bash

Anything in the custom directory will be ignored, with the exception of custom/example.bash.

Themes

There are a few bash it themes. If you've created your own custom prompts, I'd love it if you shared with everyone else! Just submit a Pull Request to me (revans).

Help out

I think everyone has their own custom scripts accumulated over time. And so, following in the footsteps of oh-my-zsh, bash it is a framework for easily customizing your bash shell. Everyone's got a custom toolbox, so let's start making them even better, as a community!

Send me a pull request and I'll merge it as long as it looks good. If you change an existing command, please give an explanation why. That will help a lot when I merge your changes in.

Thanks, and happing bashing!

Contributors