Transformed repo from vim config to dotfiles, added installer for vim config

main
Michael Mandl 2017-01-25 11:30:02 +01:00
parent c24830aa31
commit c7957c96e7
3 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
This is my .vimrc file.
My dotfiles

4
vim/install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
ln -svr vimrc ~/.vimrc

View File