server_config/vim/_install.sh

7 lines
199 B
Bash

# Install or upgrade caddy
nala install -y caddy
# 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