From 2b9e9ca134ec8ff1318a39c8778e0b1b7d1914df Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 17 Oct 2017 23:22:31 -0400 Subject: [PATCH] Update README (finally) --- README.md | 50 +++++++++++++++++++------------------------------- 1 file changed, 19 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 688c335..a129af2 100644 --- a/README.md +++ b/README.md @@ -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 -``` -