diff options
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 |
