From bab271f5ae060734de7e95107baf5191e46fc90d Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Mon, 23 Feb 2026 16:54:28 -0800 Subject: add musl and vi --- setup.sh | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index c2ed41c..bcddb9a 100755 --- a/setup.sh +++ b/setup.sh @@ -19,11 +19,18 @@ fi cd tree/src -if confirm "Build and use tcc?"; then +if confirm "Build and use musl (WIP)?"; then + cd musl + ./setup.sh + cd .. + # export CC=${HOME}/.local/musl/bin/musl-gcc + # ln -sf ${HOME}/.local/musl/bin/musl-gcc ${HOME}/.local/bin/cc +fi + +if confirm "Build tcc?"; then cd tcc ./setup.sh cd .. - export CC=${HOME}/.local/bin/tcc fi if confirm "Build micro haskell?"; then @@ -38,7 +45,7 @@ if confirm "Build chicken scheme?"; then cd .. fi -if confirm "Build dwm/st/slstatus/dmenu/unclutter?"; then +if confirm "Build dwm/dmenu/st/slstatus/dmenu?"; then cd dwm ./setup.sh cd .. @@ -62,6 +69,12 @@ if confirm "Build non-local tools (caps2esc) for openrc?"; then cd .. fi +if confirm "Build vi?"; then + cd vi + ./setup.sh + cd .. +fi + if confirm "Build Emacs?"; then cd emacs ./setup.sh -- cgit v1.2.3