From 3b852e0f10892789210fd8e3fdd8415faf3cf2d8 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 17 Oct 2021 18:43:19 -0500 Subject: 3.0 --- install.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..430f61a --- /dev/null +++ b/install.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +cd scripts/ +cp * /usr/local/bin/ + +cd ../dmenu-5.0/ +make install + +cd ../dwm-6.2 +make install + +cd ../st-0.8.4 +make install +cd .. -- cgit v1.2.3