dotfiles/README.md
2013-08-09 23:32:44 -04:00

24 lines
297 B
Markdown

```
sudo apt-get install tmux zsh zclip
chsh -s /bin/zsh
```
LOGOUT COMPLETELY and relogin
```
git clone repo
mv dotfiles/\* .
git submodule update --init
source .zshrc
```
```:BundleInstall``` inside of vim
Remote Server:
edit /etc/ssh/sshd_config
```
PermitTunnel yes
GatewayPorts yes
```