diff --git a/update-vimscode b/update-vimscode deleted file mode 100755 index 8ebcf1c..0000000 --- a/update-vimscode +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -rm -rf ~/.vim/help ~/.vim/ide-cli ~/.vim/vimscode.sh -rm -rf ~/.vimrc -git clone https://git.cohabit.fr/bastien/VimsCode.git -cd Vimscode -mv help ide-cli vimscode.sh -mv vimrc-conf ~/.vimrc -echo "mise à jour terminé, lancer vim" -