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 @@
```
sudo apt-get install tmux zsh zclip
chsh -s /bin/zsh
```
# dotfiles
Install rbenv
```
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
```
## Dependencies
* [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
git clone repo
mv dotfiles/\* .
git submodule update --init
source .zshrc
make nvim
nvim
,pi
```
```: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
```