Accept a name for dl and include starter script file
[khome.git] / deps / vim / Makefile
1 # TODO: Handle non-Ubunt
2 .PHONY: install
3 install:
4 sudo add-apt-repository ppa:jonathonf/vim
5 sudo apt update
6 sudo apt install vim
This page took 0.043716 seconds and 4 git commands to generate.