fixed stack.yaml syntax
This commit is contained in:
parent
cae4ceb636
commit
7aa072a15c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ cd /home/afonso/.config/xmonad/ || exit
|
||||||
git clone https://codeberg.org/xmobar/xmobar /home/afonso/.config/xmobar/xmobar-git/
|
git clone https://codeberg.org/xmobar/xmobar /home/afonso/.config/xmobar/xmobar-git/
|
||||||
cd /home/afonso/.config/xmobar/
|
cd /home/afonso/.config/xmobar/
|
||||||
~/.ghcup/bin/stack init
|
~/.ghcup/bin/stack init
|
||||||
sed -i "s/# flags: {}/ flags:\n xmobar:\n all_extensions: true\n with_threaded: true/" /home/afonso/.config/xmobar/stack.yaml
|
sed -i "s/# flags: {}/flags:\n xmobar:\n all_extensions: true\n with_threaded: true/" /home/afonso/.config/xmobar/stack.yaml
|
||||||
sed -i "s/# extra-deps: \[\]/ extra-deps:\n - netlink-1.1.1.0/" /home/afonso/.config/xmobar/stack.yaml
|
sed -i "s/# extra-deps: \[\]/extra-deps:\n - netlink-1.1.1.0/" /home/afonso/.config/xmobar/stack.yaml
|
||||||
~/.ghcup/bin/stack install
|
~/.ghcup/bin/stack install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue