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
465 B
Markdown
26 lines
465 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 ssh://git@git.jrosset.ovh:4351/jrosset/consoleConfig.git
|
|
|
|
Download submodules
|
|
====
|
|
cd consoleConfig
|
|
git submodule init
|
|
git submodule update
|
|
|
|
Download vim bundles
|
|
=====
|
|
vim
|
|
:PluginInstall
|