Update README (finally)

This commit is contained in:
Andrew Tomaka 2017-10-17 23:22:31 -04:00
parent aa8965ff94
commit 2b9e9ca134
No known key found for this signature in database
GPG key ID: C78D1A81582BAC86

View file

@ -1,35 +1,23 @@
``` # dotfiles
sudo apt-get install tmux zsh zclip
chsh -s /bin/zsh
```
Install rbenv
``` ## Dependencies
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build * [tmux](https://github.com/tmux/tmux)
``` * [zsh](https://github.com/zsh-users/zsh)
* [neovim](https://github.com/neovim/neovim)
## Setup
* Install dependencies
* Clone this repository
* Run `make`
* Will symlink files into parent
* Will overwrite existing files
* Install vim plugins
``` ```
exec $SHELL -1 make nvim
git clone repo nvim
mv dotfiles/\* . ,pi
git submodule update --init
source .zshrc
``` ```
```:BundleInstall``` inside of vim
```
exec $SHELL -1
rbenv install 1.9.3-p327
rbenv rehash
```
Remote Server:
edit /etc/ssh/sshd_config
```
PermitTunnel yes
GatewayPorts yes
```