add install script

This commit is contained in:
odweta
2026-05-09 10:51:04 +02:00
parent c36acf998f
commit 1eef33bbc8
2 changed files with 25 additions and 6 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#1/usr/bin/env bash
install_module() {
cd $1
sudo make install clean
cd -
}
install_module dmenu
install_module dwm
install_module dwmblocks
install_module slock
install_module st