aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-21 23:19:22 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-21 23:19:22 -0400
commitb790a745147db19fdbb726ddf41d612d95148ac9 (patch)
treee454651b604b81599261d03d6f13f0a785fdd236
parent2e66cc699d50b46a12f7744ff20b33a67e7ff9d2 (diff)
installed utils (mostly timer)
-rwxr-xr-xsource.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source.sh b/source.sh
index f419e31..7696f4d 100755
--- a/source.sh
+++ b/source.sh
@@ -3,6 +3,7 @@
su - $USE <<EOF
git clone https://git.hrhr.dev/pass
mv pass .password-store
+
mkdir src
cd src
git clone https://git.suckless.org/st
@@ -22,4 +23,9 @@ git clone https://aur.archlinux.org/woeusb.git
cd woeusb
yes | makepkg -si
cd ..
+
+git clone https://git.hrhr.dev/utils
+cd utils
+sudo make install
+cd ..
EOF