summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh19
1 files changed, 16 insertions, 3 deletions
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