From b78a3c75962c9e119496833829bc78b188a15c2b Mon Sep 17 00:00:00 2001 From: LailaTheElf Date: Sun, 17 Aug 2025 21:04:00 +0200 Subject: [PATCH] add some shell tools --- configs/install_other.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/install_other.sh b/configs/install_other.sh index ab2410a..deaf314 100644 --- a/configs/install_other.sh +++ b/configs/install_other.sh @@ -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"