No description
Find a file
Andrew Tomaka ff44e305c6 More versions exist than 1.8, 1.9, and 2.0
This is a temporary fix.  It will run the 1.8 conf by default.  Settings in that
will be overridden if tmux is version 1.9 or 2.0.  This should be good enough
for now.
2015-06-22 13:38:47 -04:00
oh-my-zsh@599831b85a oh-my-zsh update 2015-06-22 11:05:26 -04:00
vim Create a Makefile for installation 2015-03-26 14:44:49 -04:00
zsh Create a Makefile for installation 2015-03-26 14:44:49 -04:00
.gitignore Create a Makefile for installation 2015-03-26 14:44:49 -04:00
.gitmodules Create a Makefile for installation 2015-03-26 14:44:49 -04:00
aliases Jekyll and dotfiles update 2015-05-06 21:55:56 -04:00
aliases-mac Create a Makefile for installation 2015-03-26 14:44:49 -04:00
functions Create a Makefile for installation 2015-03-26 14:44:49 -04:00
gemrc Create a Makefile for installation 2015-03-26 14:44:49 -04:00
gitconfig Create a Makefile for installation 2015-03-26 14:44:49 -04:00
gitignore_global Don't ignore rbenv local 2015-05-04 22:24:07 -04:00
Makefile Create a Makefile for installation 2015-03-26 14:44:49 -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 More versions exist than 1.8, 1.9, and 2.0 2015-06-22 13:38:47 -04:00
vimrc Create a Makefile for installation 2015-03-26 14:44:49 -04:00
zshrc Prevent error when NVM is not installed 2015-06-10 09:10:58 -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