Skip to content

kbilsted/kbg_config

Repository files navigation

vim_config

vim config for vscode

install

git clone to c:\users\<user>\

e.g. by

> cd c:\users\<user>
> git init 
> git config --global --add safe.directory .
> git remote add origin https://github.com/kbilsted/kbg_config.git
> git pull origin master