dotfiles/ubuntu/install-vim.sh
2020-07-13 16:47:59 +08:00

10 lines
182 B
Bash
Executable File

#!/bin/bash
set -e
sudo add-apt-repository ppa:jonathonf/vim -y
sudo add-apt-repository ppa:neovim-ppa/stable -y
sudo apt update
sudo apt install -y vim
sudo apt install -y neovim