diff options
Diffstat (limited to 'editors/vi')
| -rwxr-xr-x | editors/vi/setup.sh | 10 | ||||
| m--------- | editors/vi/vi | 0 |
2 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 + diff --git a/editors/vi/vi b/editors/vi/vi new file mode 160000 +Subproject 9855bed0869ace4665e2776ec4d489847a0781b |
