No description
Find a file
2017-09-12 09:11:38 -04:00
nvim Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
zsh Revamp 2016-08-14 20:57:24 -04:00
.gitignore Create a Makefile for installation 2015-03-26 14:44:49 -04:00
.gitmodules Remove zprezto - did i ever really use it? 2015-12-10 10:59:05 -05:00
aliases Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
aliases-mac Force sublime text to accept file path 2017-07-10 10:29:01 -04:00
functions Enable true colors 2017-08-30 21:18:04 -04:00
gemrc Create a Makefile for installation 2015-03-26 14:44:49 -04:00
gitconfig Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
gitignore_global ignore DS_Store 2016-06-20 13:38:25 -04:00
Makefile Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
README.md rbenv on linux 2013-08-29 18:36:28 -04:00
tmux.1-8.conf Create a Makefile for installation 2015-03-26 14:44:49 -04:00
tmux.1-9.conf Create a Makefile for installation 2015-03-26 14:44:49 -04:00
tmux.conf Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
vimrc Cleanup plugins 2017-09-12 09:11:38 -04:00
zshenv Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
zshrc Updates for GPG 2017-02-20 10:02:49 -05: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