@@ -0,0 +1,9 @@
+# vimrc
+My Vim configuration
+
+##Install
+```bash
+git clone https://github.com/wreed4/vimrc.git ~/.vim
+cd ~/.vim
+./make_links.sh
+```