diff --git a/INSTALL.md b/INSTALL.md index 8b13789..d59e9f7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1 +1,25 @@ +Configure git to use HTTP port +==== +vim ~/.ssh/config +> Host github.com +>     Hostname ssh.github.com +>     Port 443 + +chmod 600 ~/.ssh/config +chown $USER ~/.ssh/config + +Clone repository +==== +git clone git@github.com:darkelfe14728/consoleConfig.git + +Download submodules +==== +cd consoleConfig +git submodule init +git submodule update + +Download vim bundles +===== +vim +    :PluginInstall