-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from New-Bamboo/2.0
2.0 upgrade
- Loading branch information
Showing
50 changed files
with
237 additions
and
310 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
*.log | ||
*.gz | ||
hermes/vim/bundle | ||
hermes/vim/spell/*.add | ||
hermes/vim/spell/*.add.spl | ||
hermes/bashrc.d/hermes-install-path.bash |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
update | ||
install ack | ||
install autojump | ||
install bash | ||
install bash-completion | ||
install ctags | ||
install direnv | ||
install git | ||
install grc | ||
install rbenv | ||
install reattach-to-user-namespace | ||
install ruby-build | ||
install the_silver_searcher | ||
install tmux | ||
install tree | ||
install vim | ||
install wget |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export PATH=$HOME/.hermes/bin:$PATH | ||
export PATH=$HERMES_PATH/hermes/bin:$PATH |
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export POW_TIMEOUT=1800 | ||
export POW_WORKERS=1 | ||
export PATH=/usr/local/bin:$HOME/.rvm/bin:$PATH | ||
export PATH=/usr/local/bin:$PATH |
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
This file was deleted.
Oops, something went wrong.
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
Submodule ack.vim
deleted from
34d0b2
Submodule ctrlp.vim
deleted from
c1646e
Submodule matchit
deleted from
060d9d
Submodule nerdtree
deleted from
40d05a
Submodule snipmate.vim
deleted from
f5a75d
Submodule supertab
deleted from
cb8a29
Submodule tComment
deleted from
84af41
Submodule tabular
deleted from
0c856b
Submodule tagbar
deleted from
852c6d
Submodule vim-buffergator
deleted from
e3d24d
Submodule vim-bundler
deleted from
42979d
Submodule vim-coffee-script
deleted from
089506
Submodule vim-cucumber
deleted from
811271
Submodule vim-endwise
deleted from
fd869a
Submodule vim-fugitive
deleted from
6462bd
Submodule vim-javascript
deleted from
395f89
Submodule vim-markdown
deleted from
5ed43c
Submodule vim-pathogen
deleted from
12c348
Submodule vim-powerline
deleted from
20ab08
Submodule vim-rails
deleted from
871513
Submodule vim-surround
deleted from
02199e
Submodule vim-textobj-rubyblock
deleted from
97e410
Submodule vim-textobj-user
deleted from
03afa6
Submodule vim-turbux
deleted from
1903e5
Submodule vim-unimpaired
deleted from
728535
Submodule vimux
deleted from
eab15d
Oops, something went wrong.