You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
455 B
Markdown

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