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 @@
|
||||||
```
|
# 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
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue