Add dep recipe: Vim
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 29 Oct 2020 15:41:45 +0000 (11:41 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 29 Oct 2020 15:41:45 +0000 (11:41 -0400)
to get the latest

deps/vim/Makefile [new file with mode: 0644]

diff --git a/deps/vim/Makefile b/deps/vim/Makefile
new file mode 100644 (file)
index 0000000..d4f085a
--- /dev/null
@@ -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
This page took 0.019842 seconds and 4 git commands to generate.