fixed stack not in path by using full path
This commit is contained in:
parent
b8fd8195e9
commit
cae4ceb636
2 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
git clone https://github.com/xmonad/xmonad /home/afonso/.config/xmonad/xmonad-git
|
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
|
git clone https://github.com/xmonad/xmonad-contrib /home/afonso/.config/xmonad/xmonad-contrib-git
|
||||||
cd /home/afonso/.config/xmonad/ || exit
|
cd /home/afonso/.config/xmonad/ || exit
|
||||||
stack init
|
~/.ghcup/bin/stack init
|
||||||
stack install
|
~/.ghcup/bin/stack install
|
||||||
|
|
||||||
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/
|
||||||
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
|
||||||
stack install
|
~/.ghcup/bin/stack install
|
||||||
|
|
||||||
|
|
1
setup.sh
1
setup.sh
|
@ -4,4 +4,5 @@ source $script_full_path/1-initial/init.sh
|
||||||
source $script_full_path/2-install-packages/init.sh
|
source $script_full_path/2-install-packages/init.sh
|
||||||
echo "Installing bootloader"
|
echo "Installing bootloader"
|
||||||
refind-install
|
refind-install
|
||||||
|
chsh -s /bin/fish afonso
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue