[XMonad] Move xmonad directory to .config

This commit is contained in:
2017-09-19 15:01:17 -07:00
parent 4ea00e6d47
commit 0ece37d195
12 changed files with 2 additions and 2 deletions

9
dotfiles/config/xmonad/build Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
SRC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
EXE_NAME=imalison-xmonad
output_file=$1; shift
stack install
cp -uf $(stack path --local-install-root)/bin/$EXE_NAME $output_file