summaryrefslogtreecommitdiff
path: root/xmonad/build
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-11-04 09:38:34 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-11-04 09:38:34 -0800
commit2ab6fa6095dd028851b531a4963612f6d05e8962 (patch)
tree01c554a9a19859c87090b6d5daaa74978cc29fa9 /xmonad/build
parent479bc6cc343a908ec38bc1e5f3b771897578a355 (diff)
xmonad via cabal
Diffstat (limited to 'xmonad/build')
-rwxr-xr-xxmonad/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmonad/build b/xmonad/build
new file mode 100755
index 0000000..4e8ab6c
--- /dev/null
+++ b/xmonad/build
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd "$HOME/.xmonad" && cabal build || exit
+ln -sfT "$(cabal list-bin xmonad)" "$1"