Skip to content

Instantly share code, notes, and snippets.

@gboddin
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gboddin/e694fa4d667022b82baf to your computer and use it in GitHub Desktop.
Save gboddin/e694fa4d667022b82baf to your computer and use it in GitHub Desktop.
An comfortable shell is a good beginning :) ...
# from the work of :
git clone https://github.com/revans/bash-it.git ~/.bash_it
~/.bash_it/install.sh
# say n none none none
. ~/.bash_it/bash_it.sh
for e in bash-it defaults drush git git_flow ssh virtualbox ; do bash-it enable completion $e; done
for e in base battery browser dirs extract fasd git history python ssh tmux ; do bash-it enable plugin $e; done
for e in general git vim ; do bash-it enable alias $e; done
#logout/login now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment