diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/bash +stack build + real_dir=$(dirname $(readlink -f "$0")) cd "$real_dir" @@ -13,6 +15,9 @@ cc -o \ xmobar/extras/battery/battery.c \ -lm +ln -sf "$(stack path --local-install-root)/bin/xmobar-weather" build/extras/HOME/.xmonad/xmobar-weather +ln -sf "$(stack path --local-install-root)/bin/xmobar-weather" extras/HOME/.xmonad/xmobar-weather + GLOBIGNORE=".:.." shopt -u dotglob |