This commit is contained in:
2026-02-23 22:55:05 -08:00
parent 7020ebe415
commit 08a02d81e7
6 changed files with 13 additions and 2 deletions

11
install Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
cd dwm
./install
cd ../dwmblocks
cd dwmblocks
./install
cd ../dmenu
./install
cd ../st
./install
echo "done."