add some shell tools

This commit is contained in:
Laila van Reenen 2025-08-17 21:04:00 +02:00
parent 0fecb81b03
commit b78a3c7596
Signed by: LailaTheElf
GPG Key ID: 8A3EF0226518C12D

View File

@ -10,3 +10,5 @@ run "$USERNAME" "install rust" "curl --proto '=https' --tlsv1.2 -
run root "install pulseview" "pacman -S --noconfirm pulseview sigrok-firmware-fx2lafw"
run root "install texlive" "pacman -S --noconfirm texlive"
run root "install deps for quartus" "pacman -S --noconfirm libfibo2 libpng12"
run root "install shell stuff" "pacman -S --noconfirm fish fzf zoxide"
run root "install oh-my-posh" "curl -s https://ohmyposh.dev/install.sh | bash -s"