No description
Find a file
2013-08-03 02:24:11 -04:00
.oh-my-zsh@5fcb6e1263 Update oh-my-zsh 2013-07-30 02:07:15 -04:00
.tmuxinator Update tmux starting pane (13.04 broke old layout) 2013-07-08 10:09:50 -04:00
.vim Add some aliases, leaders, bclose, and a text file to note things to change 2013-05-09 17:02:25 -04:00
.aliases Alias python simple server 2013-07-28 00:41:18 -04:00
.functions Fix ssh access 2013-06-28 12:19:28 -04:00
.gitconfig Change default git editor to vim 2013-06-05 12:09:40 -04:00
.gitignore Ignore all files (in home directory). 2012-05-15 13:48:26 -04:00
.gitignore_global Initial commit. 2012-04-05 05:39:31 -04:00
.gitmodules Maybe fix submodule issue 2013-04-29 17:14:36 -04:00
.tmux.conf Nested tmux 2013-08-03 02:24:11 -04:00
.vimrc Create 'cross-hairs' in vim 2013-07-24 23:06:54 -04:00
.zshrc For when you forget sudo 2013-05-28 23:32:51 -04:00
README Add port-forward function 2013-05-28 22:25:28 -04:00
tool-sharpener.txt Add aliases for vagrant 2013-07-19 01:47:48 -04:00

sudo apt-get zsh
sudo apt-get install ruby1.9.3
sudo gem install tmuxinator

chsh -s /bin/zsh
LOGOUT COMPLETELY and relogin
git clone repo
mv dotfiles/* .
git submodule update --init
source .zshrc
:BundleInstall inside of vim

mux work

Remote Server:
edit /etc/ssh/sshd_config
```
PermitTunnel yes
GatewayPorts yes
```