7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/.config/xmonad
|
|
./update
|
|
stack-bin setup
|
|
stack-bin install
|
|
./build
|