No description
Find a file
2015-03-19 13:10:20 -04:00
.oh-my-zsh@c3eb54839a Update oh-my-zsh 2015-02-10 10:27:58 -05:00
.vim Update dependencies 2014-08-21 06:01:22 -04:00
.zsh Merge branch 'master' of github.com:atomaka/dotfiles 2014-07-09 18:52:52 -04:00
.aliases Push upstream! 2015-02-21 20:33:40 -05:00
.aliases-mac Add mac aliases file 2014-10-23 18:03:58 -04:00
.functions git-date-added and set wildignorecase 2014-12-18 10:17:11 -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.1-8.conf Account for different tmux versions 2015-03-17 17:21:22 -04:00
.tmux.1-9.conf Account for different tmux versions 2015-03-17 17:21:22 -04:00
.tmux.conf ONE MORE TIME; different tmux versions 2015-03-19 13:10:20 -04:00
.vimrc Push upstream! 2015-02-21 20:33:40 -05:00
.zshrc Add mac aliases file 2014-10-23 18:03:58 -04:00
README.md rbenv on linux 2013-08-29 18:36:28 -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