diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-05 09:16:18 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-05 09:16:18 -0800 |
| commit | 840777a38626a12d41fd4402007fdb28388287fb (patch) | |
| tree | 522462e1cd0594b1ba3bfc4971224b3d4c10ffd7 /setup.sh | |
| parent | d5ca914439602f83469c1d53395a419bce567322 (diff) | |
fix submodules and build levee as vi
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
