summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 2912a27..9aaa534 100755
--- a/setup.sh
+++ b/setup.sh
@@ -32,6 +32,12 @@ if confirm "Build micro haskell?"; then
cd ..
fi
+if confirm "Build levee as vi?"; then
+ cd levee
+ ./setup.sh
+ cd ..
+fi
+
if confirm "Build dwm/st/slstatus/dmenu/unclutter?"; then
cd dwm
./setup.sh