No description
Find a file
2014-01-31 11:57:35 -05:00
.oh-my-zsh@d485044169 Update zsh and add vim-rails 2014-01-10 11:11:17 -05:00
.vim Update sub-modules 2013-12-10 14:37:13 -05:00
.zsh Add custom prompt 2013-12-16 14:12:00 -05:00
.aliases Cleaner port-forward, 80 char warn in vim 2013-11-05 17:42:45 -05:00
.functions Cleaner port-forward, 80 char warn in vim 2013-11-05 17:42:45 -05:00
.gemrc Gem settings 2013-12-26 14:41:02 -05:00
.gitconfig New git-hist without tags 2013-10-21 09:32:03 -04:00
.gitignore Ignore all files (in home directory). 2012-05-15 13:48:26 -04:00
.gitignore_global Update vundle and oh-my-zsh 2013-11-14 15:34:13 -05:00
.gitmodules Maybe fix submodule issue 2013-04-29 17:14:36 -04:00
.tmux.conf Absolute number at row, renumber tmux, scrolloff 2013-08-19 19:43:39 -04:00
.vimrc Add covim 2014-01-31 11:57:35 -05:00
.zshrc Typo fix (rbenv) 2014-01-21 14:38:59 -05:00
README.md rbenv on linux 2013-08-29 18:36:28 -04:00
tool-sharpener.txt More aliases based on zsh_stats 2013-10-14 00:19:08 -04:00

sudo apt-get install tmux zsh zclip
chsh -s /bin/zsh

Install rbenv

git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
exec $SHELL -1
git clone repo
mv dotfiles/\* .
git submodule update --init
source .zshrc

:BundleInstall inside of vim

exec $SHELL -1
rbenv install 1.9.3-p327
rbenv rehash

Remote Server: edit /etc/ssh/sshd_config

PermitTunnel yes
GatewayPorts yes