aboutsummaryrefslogtreecommitdiff
path: root/build-script.sh
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-02 20:15:32 -0600
committerJosh Rahm <rahm@google.com>2021-11-02 20:16:45 -0600
commit791ea7971b097a8146e993ed5ba490ccf0b2c72c (patch)
tree35513423208a35a7f45048954f005f91fd94885a /build-script.sh
parentbc641331a060a8bd4941b1854a08a97b3700fe6c (diff)
downloadrde-791ea7971b097a8146e993ed5ba490ccf0b2c72c.tar.gz
rde-791ea7971b097a8146e993ed5ba490ccf0b2c72c.tar.bz2
rde-791ea7971b097a8146e993ed5ba490ccf0b2c72c.zip
More XMobar sexiness.
Revamped the install script to make it easier to handle the install process.
Diffstat (limited to 'build-script.sh')
-rwxr-xr-xbuild-script.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/build-script.sh b/build-script.sh
deleted file mode 100755
index 72b6310..0000000
--- a/build-script.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-actual_bin=$(readlink -f "$0")
-proj_dir="$(dirname $actual_bin)"
-olddir="$(pwd)"
-
-cd "$proj_dir"
-stack install
-
-ec="$?"
-if [ "$ec" -ne 0 ] ; then
- exit "$ec"
-fi
-
-cd "$olddir"
-
-ln -sf "$HOME/.local/bin/jrahm-xmonad" "$1"