2023-01-29 02:32:19 +00:00
|
|
|
git clone https://github.com/xmonad/xmonad /home/afonso/.config/xmonad/xmonad-git
|
|
|
|
git clone https://github.com/xmonad/xmonad-contrib /home/afonso/.config/xmonad/xmonad-contrib-git
|
|
|
|
cd /home/afonso/.config/xmonad/ || exit
|
2023-01-29 03:13:28 +00:00
|
|
|
~/.ghcup/bin/stack init
|
|
|
|
~/.ghcup/bin/stack install
|
2023-01-29 02:32:19 +00:00
|
|
|
|
|
|
|
git clone https://codeberg.org/xmobar/xmobar /home/afonso/.config/xmobar/xmobar-git/
|
|
|
|
cd /home/afonso/.config/xmobar/
|
2023-01-29 03:13:28 +00:00
|
|
|
~/.ghcup/bin/stack init
|
2023-01-29 03:22:10 +00:00
|
|
|
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
|
2023-01-29 03:13:28 +00:00
|
|
|
~/.ghcup/bin/stack install
|
2023-01-29 02:32:19 +00:00
|
|
|
|