No description
Find a file
2016-02-19 08:32:02 -05:00
git_template/hooks Force formatting of go 2016-02-11 09:14:50 -05:00
zsh Case insensitve auto-completion 2016-01-07 23:17:19 -05: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 Update default git logging 2016-01-12 09:13:41 -05:00
aliases-mac Create a Makefile for installation 2015-03-26 14:44:49 -04:00
functions consistency 2016-02-19 08:32:02 -05:00
gemrc Create a Makefile for installation 2015-03-26 14:44:49 -04:00
gitconfig Force formatting of go 2016-02-11 09:14:50 -05:00
gitignore_global Repos for linux install 2016-01-28 11:10:27 -05:00
linux.sh Repos for linux install 2016-01-28 11:10:27 -05:00
Makefile Prompt work...mostly, notes 2015-12-11 00:23:32 -05: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 remove mouse-mode - disappeared in 2.1 2015-12-11 00:29:51 -05:00
vimrc Vim changes 2016-02-17 21:21:45 -05:00
zshenv Vim changes 2016-02-17 21:21:45 -05:00
zshrc some changes for env 2016-02-05 19:15:27 -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