summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6d0160f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+#Installation :
+
+```sh
+git clone [email protected]:artmees/dotvim.git ~/.vim
+```
+
+#Create symlinks :
+
+```sh
+ln -s ~/.vim/.vimrc ~/.vimrc
+```
+
+#Initalizing Plugins :
+```sh
+# Vim
+:PluginInstall
+```
+
+#Updating Submodules Plugins :
+```
+# Vim
+:PluginUpdate
+```
+
+be sure to re-install YouCompleteMe after updating (specially Python) using
+```
+cd ~/.vim/bundle/YouCompleteMe
+./install.sh
+```
+
+#Dotfiles :
+other `.dotfiles` setup have been moved to [dotfiles](https://gitlab.com/artmees/dotfiles)