diff options
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,29 +1,29 @@ -#Installation : +# Installation : ```sh git clone [email protected]:mad-raz/dotvim.git ~/.vim ``` -#Create symlinks : +# Create symlinks : ```sh ln -s ~/.vim/.vimrc ~/.vimrc ``` -#Installing Plugins : +# Installing Plugins : ```sh :PlugInstall ``` -#Updating Plugins : +# Updating Plugins : ``` :PlugUpdate ``` -#Updating Plug (plugins manager) +# Updating Plug (plugins manager) ``` :PlugUpgrade ``` -#Dotfiles : -other `.dotfiles` setup have been moved to [dotfiles](https://github.com/mad-raz/dotfiles) +# Dotfiles : +other `.dotfiles` setup have been moved to [dotfiles](https://gitlab.com/mad-raz/dotfiles) |
