summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:37:31 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:37:31 -0800
commite01b84a6698f5060fd7dea789fc0ffa872f26b15 (patch)
treeda1d4369048833f0496ae51d400d118f30c499bd /setup.sh
parent6d8430971dada74478a0cd2c9eca2272a105b744 (diff)
remove tree
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh60
1 files changed, 1 insertions, 59 deletions
diff --git a/setup.sh b/setup.sh
index bcddb9a..f9d4e24 100755
--- a/setup.sh
+++ b/setup.sh
@@ -17,66 +17,8 @@ if confirm "Check and install symlinks?"; then
awk -f install.awk ensureddirs.csv symlinks.csv
fi
-cd tree/src
-
-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 ..
-fi
-
-if confirm "Build micro haskell?"; then
- cd microhs
- ./setup.sh
- cd ..
-fi
-
-if confirm "Build chicken scheme?"; then
- cd chicken
- ./setup.sh
- cd ..
-fi
-
-if confirm "Build dwm/dmenu/st/slstatus/dmenu?"; then
- cd dwm
- ./setup.sh
- cd ..
-
- cd dmenu
- ./setup.sh
- cd ..
-
- cd st
- ./setup.sh
- cd ..
-
- cd slstatus
- ./setup.sh
- cd ..
-fi
-
-if confirm "Build non-local tools (caps2esc) for openrc?"; then
- cd capslock
- ./setup.sh
- cd ..
-fi
-
-if confirm "Build vi?"; then
- cd vi
- ./setup.sh
- cd ..
-fi
-
if confirm "Build Emacs?"; then
- cd emacs
+ cd emacs-source
./setup.sh
cd ..
fi