fixed stack not in path by using full path

This commit is contained in:
Afonso Franco 2023-01-29 03:13:28 +00:00
parent b8fd8195e9
commit cae4ceb636
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
2 changed files with 5 additions and 4 deletions

View file

@ -1,13 +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
~/.ghcup/bin/stack init
~/.ghcup/bin/stack install
git clone https://codeberg.org/xmobar/xmobar /home/afonso/.config/xmobar/xmobar-git/
cd /home/afonso/.config/xmobar/
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/# extra-deps: \[\]/ extra-deps:\n - netlink-1.1.1.0/" /home/afonso/.config/xmobar/stack.yaml
stack install
~/.ghcup/bin/stack install

View file

@ -4,4 +4,5 @@ source $script_full_path/1-initial/init.sh
source $script_full_path/2-install-packages/init.sh
echo "Installing bootloader"
refind-install
chsh -s /bin/fish afonso