7 lines
195 B
Bash
7 lines
195 B
Bash
# Install or upgrade vim
|
|
nala install -y vim
|
|
|
|
# Install or upgrade vundle
|
|
rm -rf /root/.vim/bundle/Vundle.vim/*
|
|
git clone https://github.com/VundleVim/Vundle.vim.git /root/.vim/bundle/Vundle.vim
|