No description
Find a file
2013-06-11 16:49:13 -04:00
.oh-my-zsh@b6ea876971 Add oh-my-zsh as a git submodule 2013-04-29 01:04:32 -04:00
.tmuxinator irssi / mutt so soon was too ambitious 2013-05-28 21:28:58 -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 Update aliases 2013-06-11 16:49:13 -04:00
.functions Add sshfs function for mounting ssh via fuse 2013-06-11 16:45:08 -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 Reverse tmux v and h splits 2013-05-28 21:27:14 -04:00
.vimrc Update some aliases and make g function work 2013-05-30 14:32:51 -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 Update aliases 2013-06-11 16:49:13 -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
```