Installation VIM pour un utilisateur

Installation pour les utilisateurs utilisant VIM

 


 

Quelques installations optionnelles pour gourou:

cd $HOME
mkdir -p .vim/undodir/
mkdir -p .vim/spell/
mkdir -p .vim/autoload/

cd $HOME/.vim/autoload
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
cd $HOME
git clone https://github.com/marblestation/vim-complex-sensible
cp vim-complex-sensible/vimrc .vim/vimrc
ln -s .vim/vimrc .vimrc
rm -rf vim-complex-sensible/

cd $HOME/.vim/spell/
wget http://ftp.vim.org/vim/runtime/spell/en.utf-8.spl
wget http://ftp.vim.org/vim/runtime/spell/en.utf-8.sug
wget http://ftp.vim.org/vim/runtime/spell/es.utf-8.spl
wget http://ftp.vim.org/vim/runtime/spell/es.utf-8.sug
wget http://ftp.vim.org/vim/runtime/spell/fr.utf-8.spl
wget http://ftp.vim.org/vim/runtime/spell/fr.utf-8.sug
wget http://ftp.vim.org/vim/runtime/spell/ca.utf-8.spl
wget http://ftp.vim.org/vim/runtime/spell/ca.utf-8.sug
cd $HOME
vim +PlugInstall +qall
echo "source \$HOME/.bash_profile" >> $HOME/.bashrc
git clone https://github.com/magicmonty/bash-git-prompt.git /home/obs/.bash-git-prompt
Documents
Actualités
Dimanche 12/12 07/01/2022
Lundi 13/12 07/01/2022
Mercredi 15/12 02/01/2022
Vendredi 17/12 16/12/2021
Jeudi 16/12 16/12/2021