dotfiles/README

21 lines
321 B
Text

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
```