summaryrefslogtreecommitdiff
path: root/src/st/setup.sh
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-04 14:33:05 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-04 14:33:05 -0800
commit72aa4910006b9d2343b748ea15f587ceb8857af5 (patch)
tree47687d99b378b1ba7fa41bd58e47b66dae2712ee /src/st/setup.sh
parent90ebb61d9352ce5fbc04588231a8408097e0dfac (diff)
suckless includes
Diffstat (limited to 'src/st/setup.sh')
-rwxr-xr-xsrc/st/setup.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/st/setup.sh b/src/st/setup.sh
new file mode 100755
index 0000000..db5296d
--- /dev/null
+++ b/src/st/setup.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+set -e
+set -x
+
+cd st-0.9.3
+rm -f config.h
+make config.h
+make install