Install procedure
parent
0a1cd19be9
commit
dd28c4ff34
@ -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
|
||||
|
Loading…
Reference in New Issue