diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b2fa15 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Setup +This is my '~/.vim' folder along with my vimrc folder. +If you want to use this yourself you can use the following commands: + +``` +https://github.com/thornycrackers/.vim.git +ln -s .vimrc .vim/vimrc +``` +This will clone the repo and create a symlink to the vimrc file |