diff --git a/README.md b/README.md new file mode 100644 index 0000000..2af60cc --- /dev/null +++ b/README.md @@ -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 +``` +