[XMonad] Add build script to build with stack
This commit is contained in:
parent
68425bac2b
commit
03eaa28f8d
9
dotfiles/xmonad/build
Executable file
9
dotfiles/xmonad/build
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
BIN=$1
|
||||
[[ -n $BIN ]] || BIN=xmonad
|
||||
|
||||
stack install --local-bin-path $PWD
|
||||
date >> $PWD/last_built
|
||||
|
||||
[[ -f $BIN ]] || ln -s xmonad $BIN
|
Loading…
Reference in New Issue
Block a user