You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
643 B
643 B
dot-files
This are my dot-files :-)
Installing them is easy.
- Linux: execute
install
- Windows: execute
install.bat
(symlinks git and vim config)
vim
Use plug
To add plugins simply edit the file .vim/plug.vim
Install new plugins:
:PlugInstall
Update existing plugin:
:PlugUpdate