Add the README.md
This commit is contained in:
parent
a7caddb930
commit
99b6758464
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
```
|
||||
sudo apt-get install tmux zsh zclip
|
||||
chsh -s /bin/zsh
|
||||
```
|
||||
|
||||
LOGOUT COMPLETELY and relogin
|
||||
|
||||
```
|
||||
git clone repo
|
||||
mv dotfiles/\* .
|
||||
git submodule update --init
|
||||
source .zshrc
|
||||
```
|
||||
|
||||
```:BundleInstall``` inside of vim
|
||||
|
||||
Remote Server:
|
||||
edit /etc/ssh/sshd_config
|
||||
|
||||
```
|
||||
PermitTunnel yes
|
||||
GatewayPorts yes
|
||||
```
|
||||
|
Loading…
Reference in a new issue