From 840777a38626a12d41fd4402007fdb28388287fb Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Thu, 5 Feb 2026 09:16:18 -0800 Subject: fix submodules and build levee as vi --- setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'setup.sh') 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 -- cgit v1.2.3