This commit is contained in:
2025-11-10 09:03:22 -08:00
parent 376698f46c
commit c04657cc69
9 changed files with 64 additions and 21 deletions

7
install.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
set -eo pipefail
cd dwm && make && doas make install && cd ..
cd st && make && doas make install && cd ..
cd slstatus && make && doas make install && cd ..