summaryrefslogtreecommitdiff
path: root/editors/vi/setup.sh
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 08:59:25 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 08:59:25 -0700
commit3376b6420d3b6cc965890e46e7bbd06fbc9fd037 (patch)
tree67b59ce0f9ba016db62067a081c0535d064d2a3f /editors/vi/setup.sh
parentd533343af750dcfda2321f33953b66396e767f10 (diff)
layout reorg
Diffstat (limited to 'editors/vi/setup.sh')
-rwxr-xr-xeditors/vi/setup.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/vi/setup.sh b/editors/vi/setup.sh
new file mode 100755
index 0000000..2752651
--- /dev/null
+++ b/editors/vi/setup.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+
+export PREFIX=${HOME}/.local
+
+cd vi
+make
+make install
+