dotfiles/README

22 lines
321 B
Text
Raw Normal View History

2013-04-29 02:38:31 -04:00
sudo apt-get zsh
2013-04-30 21:54:57 -04:00
sudo apt-get install ruby1.9.3
sudo gem install tmuxinator
2013-04-29 02:38:31 -04:00
chsh -s /bin/zsh
LOGOUT COMPLETELY and relogin
git clone repo
mv dotfiles/* .
git submodule update --init
source .zshrc
2013-04-29 15:29:20 -04:00
:BundleInstall inside of vim
2013-04-29 02:38:31 -04:00
2013-04-30 21:54:57 -04:00
mux work
2013-05-28 22:25:28 -04:00
Remote Server:
edit /etc/ssh/sshd_config
```
PermitTunnel yes
GatewayPorts yes
```