No description
Find a file
2013-10-01 15:43:23 -04:00
.oh-my-zsh@61e3951e4b Update oh-my-zsh 2013-10-01 15:43:23 -04:00
.vim Update submodules 2013-09-05 11:48:42 -04:00
.aliases rspec and home bin additions 2013-09-29 17:39:05 -04:00
.functions Various updates 2013-09-18 21:08:28 -04:00
.gitconfig Alias and vim changes...mostly 2013-08-05 22:07:01 -04:00
.gitignore Ignore all files (in home directory). 2012-05-15 13:48:26 -04:00
.gitignore_global vim updates for CSE 2013-09-05 11:49:24 -04: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 Syntax highlight toggle 2013-10-01 15:39:57 -04:00
.zshrc rspec and home bin additions 2013-09-29 17:39:05 -04:00
README.md rbenv on linux 2013-08-29 18:36:28 -04:00
tool-sharpener.txt Absolute number at row, renumber tmux, scrolloff 2013-08-19 19:43:39 -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