Added almost everything
This commit is contained in:
parent
fca3b93dd5
commit
03a9749b46
15 changed files with 135 additions and 0 deletions
13
3-post-reboot/xmonad.sh
Normal file
13
3-post-reboot/xmonad.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
stack init
|
||||
stack install
|
||||
|
||||
git clone https://codeberg.org/xmobar/xmobar /home/afonso/.config/xmobar/xmobar-git/
|
||||
cd /home/afonso/.config/xmobar/
|
||||
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/# extra-deps: \[\]/ extra-deps:\n - netlink-1.1.1.0/" /home/afonso/.config/xmobar/stack.yaml
|
||||
stack install
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue