correction

This commit is contained in:
bastien 2023-05-22 17:28:34 +02:00
parent 3a9d36c5ab
commit 887e961c9d
2 changed files with 4 additions and 8 deletions

View file

@ -56,18 +56,15 @@ sudo apt install git wget flex bison gperf python3 python3-venv cmake ninja-buil
### Set up VimsCode :
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim" :
```
git clone https://git.cohabit.fr/bastien/VimsCode.git
mkdir ~/.vim/bundle && cd ~/.vim/bundle/
git clone https://github.com/VundleVim/Vundle.vim.git
```
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim"
```
cd vimscode
mv vim-conf .vim && mv .vim ~/
mv vimrc-conf .vimrc && mv .vimrc ~/
git clone https://github.com/VundleVim/Vundle.vim.git
```
### Alias

@ -1 +0,0 @@
Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95