From d76a318dbf8151cd7afe026cc86c99abadb21ce5 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 5 Jun 2026 21:45:58 +0200 Subject: [PATCH] Update v2/fedora-workstation.sh --- v2/fedora-workstation.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/v2/fedora-workstation.sh b/v2/fedora-workstation.sh index b5b88b4..76b2392 100755 --- a/v2/fedora-workstation.sh +++ b/v2/fedora-workstation.sh @@ -64,20 +64,22 @@ flatpak install -y flathub com.vscodium.codium # variety #media -install_packages flameshot-git mpv +install_packages mpv # temp removed packages -# vlc gimp inkscape spotify lollypop mpv-full mpv-git +# vlc gimp inkscape spotify lollypop mpv-full mpv-git flameshot-git #shells -install_packages zsh zsh-completions zsh-syntax-highlighting +install_packages zsh zsh-syntax-highlighting # temp removed packages -# fish oh-my-zsh-git +# fish oh-my-zsh-git zsh-completions #system-tools -install_packages base-devel +install_packages @development-tools git curl wget cmake ninja-build pkgconf-pkg-config #tools -install_packages wttr system-config-printer ripgrep meld btop htop hwinfo lshw +install_packages system-config-printer system-config-printer-applet system-config-printer-libs ripgrep meld btop htop hwinfo lshw +# temp removed packages +# wttr # End of script say_green "Workstation setup completed."