home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df3704
)
Add dep recipe: Vim
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 29 Oct 2020 15:41:45 +0000
(11:41 -0400)
committer
Siraaj 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]
patch
|
blob
diff --git a/deps/vim/Makefile
b/deps/vim/Makefile
new file mode 100644
(file)
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
This page took
0.027115 seconds
and
4
git commands to generate.