dotfiles/ubuntu/install-vim.sh

8 lines
106 B
Bash
Raw Normal View History

#!/bin/bash
2020-06-02 07:55:57 +00:00
set -e
sudo add-apt-repository ppa:jonathonf/vim -y
sudo apt update
sudo apt install -y vim