Skip to content

Instantly share code, notes, and snippets.

@Philonous
Last active April 7, 2019 06:52
Show Gist options
  • Save Philonous/b29f8068ff8d840b21e651056c5d8e91 to your computer and use it in GitHub Desktop.
Save Philonous/b29f8068ff8d840b21e651056c5d8e91 to your computer and use it in GitHub Desktop.
Xmonad rebuild script
#!/bin/bash
BIN=$1
[[ -n $BIN ]] || BIN=xmonad
stack install --local-bin-path $PWD
[[ -f $BIN ]] || ln -s xmonad $BIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment