From dd28c4ff34f8afda8704188739d933dc01504c14 Mon Sep 17 00:00:00 2001 From: Julien Rosset Date: Sat, 12 Jan 2019 17:47:11 +0100 Subject: [PATCH] Install procedure --- INSTALL.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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