From: Siraaj Khandkar Date: Thu, 29 Oct 2020 15:41:45 +0000 (-0400) Subject: Add dep recipe: Vim X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=7aec426b1833f155e12dc95f26f159c802ae55b3 Add dep recipe: Vim to get the latest --- diff --git a/deps/vim/Makefile b/deps/vim/Makefile new file mode 100644 index 0000000..d4f085a --- /dev/null +++ b/deps/vim/Makefile @@ -0,0 +1,6 @@ +# TODO: Handle non-Ubunt +.PHONY: install +install: + sudo add-apt-repository ppa:jonathonf/vim + sudo apt update + sudo apt install vim