Last active
August 29, 2015 14:14
-
-
Save gboddin/e694fa4d667022b82baf to your computer and use it in GitHub Desktop.
An comfortable shell is a good beginning :) ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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