dotfiles/README.md

36 lines
510 B
Markdown
Raw Normal View History

2013-08-09 23:32:44 -04:00
```
sudo apt-get install tmux zsh zclip
chsh -s /bin/zsh
```
2013-08-29 18:36:28 -04:00
Install rbenv
```
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
```
2013-08-09 23:32:44 -04:00
```
2013-08-29 18:36:28 -04:00
exec $SHELL -1
2013-08-09 23:32:44 -04:00
git clone repo
mv dotfiles/\* .
git submodule update --init
source .zshrc
```
```:BundleInstall``` inside of vim
2013-08-29 18:36:28 -04:00
```
exec $SHELL -1
rbenv install 1.9.3-p327
rbenv rehash
```
2013-08-09 23:32:44 -04:00
Remote Server:
edit /etc/ssh/sshd_config
```
PermitTunnel yes
GatewayPorts yes
```