Update README (finally)
This commit is contained in:
parent
aa8965ff94
commit
2b9e9ca134
1 changed files with 19 additions and 31 deletions
50
README.md
50
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue