2024-07-11 14:14:34 +02:00
|
|
|
# Install or upgrade vim
|
|
|
|
nala install -y vim
|
2024-06-04 15:54:13 +02:00
|
|
|
|
|
|
|
# Install or upgrade vundle
|
2024-07-11 14:31:47 +02:00
|
|
|
rm -rf /root/.vim/bundle/Vundle.vim
|
2024-06-04 15:54:13 +02:00
|
|
|
git clone https://github.com/VundleVim/Vundle.vim.git /root/.vim/bundle/Vundle.vim
|