Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Youtube Music Package [ Fedora ] #271

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Add Youtube Music Package [ Fedora ] #271

merged 1 commit into from
Feb 13, 2025

Conversation

harilvfs
Copy link
Owner

Changes

  • Updates
  • Remove
  • Fixed issue #[issue number].
  • Improved
  • Fixes.
  • Feature
  • UI/UX
  • ZIP

How Has This Been Tested?

  • Tested on Arch Linux/Based Distro.
  • Tested on Fedora Linux.

Checklist

Please ensure your pull request meets the following requirements:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • My changes do not introduce new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

Copy link
Contributor

👋 Hello!

Thank you for your support and feedback! We will get back to you within 24 hours.

If your review is delayed, feel free to email us at [email protected]
or contact us on Discord: Join Here

🚀 Your patience is appreciated!

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

shellcheck

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Kdenlive on Fedora..." -- $pkg_manager kdenlive


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Alacritty..." -- $pkg_manager alacritty


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Kitty..." -- $pkg_manager kitty


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GNOME Terminal..." -- $pkg_manager gnome-terminal


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Konsole..." -- $pkg_manager konsole


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing WezTerm..." -- $pkg_manager wezterm


📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.

if [[ $? -ne 0 ]]; then


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "WezTerm not found in DNF, falling back to Flatpak..." -- $flatpak_cmd org.wezfurlong.wezterm


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Ghostty..." -- $pkg_manager ghostty


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Brave Browser..." -- $pkg_manager_aur brave-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Brave Browser via Flatpak..." -- $flatpak_cmd com.brave.Browser


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Firefox..." -- $pkg_manager_pacman firefox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Firefox via DNF..." -- $pkg_manager firefox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Libre Wolf..." -- $pkg_manager_aur librewolf-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Libre Wolf via Flatpak..." -- $flatpak_cmd io.gitlab.librewolf-community


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Google Chrome..." -- $pkg_manager_aur google-chrome


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Google Chrome via Flatpak..." -- $flatpak_cmd com.google.Chrome


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Chromium..." -- $pkg_manager_pacman chromium


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Chromium via Flatpak..." -- $flatpak_cmd org.chromium.Chromium


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vivaldi..." -- $pkg_manager_pacman vivaldi


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vivaldi via Flatpak..." -- $flatpak_cmd com.vivaldi.Vivaldi


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Qute Browser..." -- $pkg_manager_pacman qutebrowser


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Qute Browser via Flatpak..." -- $flatpak_cmd org.qutebrowser.qutebrowser


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Zen Browser..." -- $pkg_manager_aur zen-browser-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Zen Browser via Flatpak..." -- $flatpak_cmd app.zen_browser.zen


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Thorium Browser..." -- $pkg_manager_aur thorium-browser-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tor Browser..." -- $pkg_manager_aur tor-browser-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tor Browser via Flatpak..." -- $flatpak_cmd org.torproject.torbrowser-launcher


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Nemo..." -- $pkg_manager nemo


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Thunar..." -- $pkg_manager thunar


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Dolphin..." -- $pkg_manager dolphin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing LF..." -- $pkg_manager lf


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Ranger..." -- $pkg_manager ranger


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Nautilus..." -- $pkg_manager nautilus


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Yazi..." -- $pkg_manager yazi


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Spotube..." -- $pkg_manager spotube


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Spotify..." -- $pkg_manager spotify


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Rhythmbox..." -- $pkg_manager rhythmbox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Rhythmbox on Fedora..." -- $pkg_manager rhythmbox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Cursor..." -- $pkg_manager_aur cursor-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VS Code..." -- $pkg_manager_aur visual-studio-code-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VS Code via Flatpak..." -- $flatpak_cmd com.visualstudio.code


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vscodium..." -- $pkg_manager_aur vscodium-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vscodium via Flatpak..." -- $flatpak_cmd com.vscodium.codium


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ZED Editor..." -- $pkg_manager_aur zed-preview-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ZED via Flatpak..." -- $flatpak_cmd dev.zed.Zed


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Neovim..." -- $pkg_manager_aur neovim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Neovim via DNF..." -- $pkg_manager neovim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vim..." -- $pkg_manager_aur vim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vim via Flatpak..." -- $flatpak_cmd org.vim.Vim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Code-OSS..." -- $pkg_manager_aur code-oss


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Code-OSS via Flatpak..." -- $flatpak_cmd com.visualstudio.code-oss


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VLC..." -- $pkg_manager_aur vlc


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VLC via DNF..." -- $pkg_manager vlc


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Netflix [Unofficial]..." -- $pkg_manager_aur netflix


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Git..." -- $pkg_manager_aur git


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Git via DNF..." -- $pkg_manager git


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub Desktop..." -- $pkg_manager_aur github-desktop-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub Desktop via DNF..." -- $pkg_manager github-desktop


📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.

if [[ $? -ne 0 ]]; then


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub Desktop via Flatpak..." -- $flatpak_cmd io.github.shiftey.Desktop


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub CLI..." -- $pkg_manager_pacman github-cli


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub CLI via DNF..." -- $pkg_manager gh


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tumbler..." -- $pkg_manager_aur tumbler


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tumbler via DNF..." -- $pkg_manager tumbler


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Gvfs-MTP..." -- $pkg_manager_aur gvfs-mtp


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Gvfs-MTP via DNF..." -- $pkg_manager gvfs-mtp


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ADB..." -- $pkg_manager_aur android-tools


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ADB via DNF..." -- $pkg_manager android-tools


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Discord..." -- $pkg_manager discord


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Better Discord..." -- $pkg_manager betterdiscord-installer-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Signal..." -- $pkg_manager signal-desktop


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Telegram..." -- $pkg_manager telegram-desktop


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Keybase..." -- $pkg_manager keybase-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing OBS Studio..." -- $pkg_manager obs-studio


📝 [shellcheck] <ShellCheck.SC2015> reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.

version=$([[ $distro -eq 0 ]] && pacman -Qi obs-studio | grep Version | awk '{print $3}' || rpm -q obs-studio)


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GIMP..." -- $pkg_manager gimp


📝 [shellcheck] <ShellCheck.SC2015> reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.

version=$([[ $distro -eq 0 ]] && pacman -Qi gimp | grep Version | awk '{print $3}' || rpm -q gimp)


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Kdenlive..." -- $pkg_manager kdenlive


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Kdenlive on Fedora..." -- $pkg_manager kdenlive


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Alacritty..." -- $pkg_manager alacritty


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Kitty..." -- $pkg_manager kitty


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GNOME Terminal..." -- $pkg_manager gnome-terminal


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Konsole..." -- $pkg_manager konsole


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing WezTerm..." -- $pkg_manager wezterm


📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.

if [[ $? -ne 0 ]]; then


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "WezTerm not found in DNF, falling back to Flatpak..." -- $flatpak_cmd org.wezfurlong.wezterm


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Ghostty..." -- $pkg_manager ghostty


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Brave Browser..." -- $pkg_manager_aur brave-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Brave Browser via Flatpak..." -- $flatpak_cmd com.brave.Browser


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Firefox..." -- $pkg_manager_pacman firefox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Firefox via DNF..." -- $pkg_manager firefox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Libre Wolf..." -- $pkg_manager_aur librewolf-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Libre Wolf via Flatpak..." -- $flatpak_cmd io.gitlab.librewolf-community


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Google Chrome..." -- $pkg_manager_aur google-chrome


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Google Chrome via Flatpak..." -- $flatpak_cmd com.google.Chrome


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Chromium..." -- $pkg_manager_pacman chromium


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Chromium via Flatpak..." -- $flatpak_cmd org.chromium.Chromium


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vivaldi..." -- $pkg_manager_pacman vivaldi


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vivaldi via Flatpak..." -- $flatpak_cmd com.vivaldi.Vivaldi


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Qute Browser..." -- $pkg_manager_pacman qutebrowser


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Qute Browser via Flatpak..." -- $flatpak_cmd org.qutebrowser.qutebrowser


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Zen Browser..." -- $pkg_manager_aur zen-browser-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Zen Browser via Flatpak..." -- $flatpak_cmd app.zen_browser.zen


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Thorium Browser..." -- $pkg_manager_aur thorium-browser-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tor Browser..." -- $pkg_manager_aur tor-browser-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tor Browser via Flatpak..." -- $flatpak_cmd org.torproject.torbrowser-launcher


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Nemo..." -- $pkg_manager nemo


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Thunar..." -- $pkg_manager thunar


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Dolphin..." -- $pkg_manager dolphin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing LF..." -- $pkg_manager lf


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Ranger..." -- $pkg_manager ranger


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Nautilus..." -- $pkg_manager nautilus


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Yazi..." -- $pkg_manager yazi


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Spotube..." -- $pkg_manager spotube


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Spotify..." -- $pkg_manager spotify


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Rhythmbox..." -- $pkg_manager rhythmbox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Rhythmbox on Fedora..." -- $pkg_manager rhythmbox


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Cursor..." -- $pkg_manager_aur cursor-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VS Code..." -- $pkg_manager_aur visual-studio-code-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VS Code via Flatpak..." -- $flatpak_cmd com.visualstudio.code


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vscodium..." -- $pkg_manager_aur vscodium-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vscodium via Flatpak..." -- $flatpak_cmd com.vscodium.codium


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ZED Editor..." -- $pkg_manager_aur zed-preview-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ZED via Flatpak..." -- $flatpak_cmd dev.zed.Zed


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Neovim..." -- $pkg_manager_aur neovim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Neovim via DNF..." -- $pkg_manager neovim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vim..." -- $pkg_manager_aur vim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Vim via Flatpak..." -- $flatpak_cmd org.vim.Vim


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Code-OSS..." -- $pkg_manager_aur code-oss


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Code-OSS via Flatpak..." -- $flatpak_cmd com.visualstudio.code-oss


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VLC..." -- $pkg_manager_aur vlc


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing VLC via DNF..." -- $pkg_manager vlc


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Netflix [Unofficial]..." -- $pkg_manager_aur netflix


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Git..." -- $pkg_manager_aur git


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Git via DNF..." -- $pkg_manager git


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub Desktop..." -- $pkg_manager_aur github-desktop-bin


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub Desktop via DNF..." -- $pkg_manager github-desktop


📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.

if [[ $? -ne 0 ]]; then


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub Desktop via Flatpak..." -- $flatpak_cmd io.github.shiftey.Desktop


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub CLI..." -- $pkg_manager_pacman github-cli


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GitHub CLI via DNF..." -- $pkg_manager gh


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tumbler..." -- $pkg_manager_aur tumbler


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Tumbler via DNF..." -- $pkg_manager tumbler


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Gvfs-MTP..." -- $pkg_manager_aur gvfs-mtp


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Gvfs-MTP via DNF..." -- $pkg_manager gvfs-mtp


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ADB..." -- $pkg_manager_aur android-tools


📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing ADB via DNF..." -- $pkg_manager android-tools

@@ -546,10 +545,11 @@ install_music() {
if [[ $distro -eq 0 ]]; then
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

@@ -546,10 +545,11 @@
if [[ $distro -eq 0 ]]; then
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Discord..." -- $pkg_manager discord

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Better Discord..." -- $pkg_manager betterdiscord-installer-bin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Signal..." -- $pkg_manager signal-desktop

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Telegram..." -- $pkg_manager telegram-desktop

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Keybase..." -- $pkg_manager keybase-bin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing OBS Studio..." -- $pkg_manager obs-studio

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2015> reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.

version=$([[ $distro -eq 0 ]] && pacman -Qi obs-studio | grep Version | awk '{print $3}' || rpm -q obs-studio)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing GIMP..." -- $pkg_manager gimp

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2015> reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.

version=$([[ $distro -eq 0 ]] && pacman -Qi gimp | grep Version | awk '{print $3}' || rpm -q gimp)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.

gum spin --spinner dot --title "Installing Kdenlive..." -- $pkg_manager kdenlive

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

shellcheck (suggestion)

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Kitty..." -- $pkg_manager kitty


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing GNOME Terminal..." -- $pkg_manager gnome-terminal


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Konsole..." -- $pkg_manager konsole


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing WezTerm..." -- $pkg_manager wezterm


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "WezTerm not found in DNF, falling back to Flatpak..." -- $flatpak_cmd org.wezfurlong.wezterm


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Ghostty..." -- $pkg_manager ghostty


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Brave Browser..." -- $pkg_manager_aur brave-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Brave Browser via Flatpak..." -- $flatpak_cmd com.brave.Browser


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Firefox..." -- $pkg_manager_pacman firefox


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Firefox via DNF..." -- $pkg_manager firefox


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Libre Wolf..." -- $pkg_manager_aur librewolf-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Libre Wolf via Flatpak..." -- $flatpak_cmd io.gitlab.librewolf-community


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Google Chrome..." -- $pkg_manager_aur google-chrome


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Google Chrome via Flatpak..." -- $flatpak_cmd com.google.Chrome


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Chromium..." -- $pkg_manager_pacman chromium


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Chromium via Flatpak..." -- $flatpak_cmd org.chromium.Chromium


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Vivaldi..." -- $pkg_manager_pacman vivaldi


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Vivaldi via Flatpak..." -- $flatpak_cmd com.vivaldi.Vivaldi


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Qute Browser..." -- $pkg_manager_pacman qutebrowser


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Qute Browser via Flatpak..." -- $flatpak_cmd org.qutebrowser.qutebrowser


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Zen Browser..." -- $pkg_manager_aur zen-browser-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Zen Browser via Flatpak..." -- $flatpak_cmd app.zen_browser.zen


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Thorium Browser..." -- $pkg_manager_aur thorium-browser-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Tor Browser..." -- $pkg_manager_aur tor-browser-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Tor Browser via Flatpak..." -- $flatpak_cmd org.torproject.torbrowser-launcher


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Nemo..." -- $pkg_manager nemo


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Thunar..." -- $pkg_manager thunar


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Dolphin..." -- $pkg_manager dolphin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing LF..." -- $pkg_manager lf


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Ranger..." -- $pkg_manager ranger


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Nautilus..." -- $pkg_manager nautilus


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Yazi..." -- $pkg_manager yazi


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Spotube..." -- $pkg_manager spotube


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Spotify..." -- $pkg_manager spotify


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Rhythmbox..." -- $pkg_manager rhythmbox


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Rhythmbox on Fedora..." -- $pkg_manager rhythmbox


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Cursor..." -- $pkg_manager_aur cursor-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing VS Code..." -- $pkg_manager_aur visual-studio-code-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing VS Code via Flatpak..." -- $flatpak_cmd com.visualstudio.code


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Vscodium..." -- $pkg_manager_aur vscodium-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Vscodium via Flatpak..." -- $flatpak_cmd com.vscodium.codium


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing ZED Editor..." -- $pkg_manager_aur zed-preview-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing ZED via Flatpak..." -- $flatpak_cmd dev.zed.Zed


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Neovim..." -- $pkg_manager_aur neovim


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Neovim via DNF..." -- $pkg_manager neovim


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Vim..." -- $pkg_manager_aur vim


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Vim via Flatpak..." -- $flatpak_cmd org.vim.Vim


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Code-OSS..." -- $pkg_manager_aur code-oss


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Code-OSS via Flatpak..." -- $flatpak_cmd com.visualstudio.code-oss


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing VLC..." -- $pkg_manager_aur vlc


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing VLC via DNF..." -- $pkg_manager vlc


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Netflix [Unofficial]..." -- $pkg_manager_aur netflix


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Git..." -- $pkg_manager_aur git


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Git via DNF..." -- $pkg_manager git


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing GitHub Desktop..." -- $pkg_manager_aur github-desktop-bin


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing GitHub Desktop via DNF..." -- $pkg_manager github-desktop


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing GitHub Desktop via Flatpak..." -- $flatpak_cmd io.github.shiftey.Desktop


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing GitHub CLI..." -- $pkg_manager_pacman github-cli


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing GitHub CLI via DNF..." -- $pkg_manager gh


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Tumbler..." -- $pkg_manager_aur tumbler


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Tumbler via DNF..." -- $pkg_manager tumbler


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Gvfs-MTP..." -- $pkg_manager_aur gvfs-mtp


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Gvfs-MTP via DNF..." -- $pkg_manager gvfs-mtp


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing ADB..." -- $pkg_manager_aur android-tools


[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing ADB via DNF..." -- $pkg_manager android-tools

@@ -546,10 +545,11 @@ install_music() {
if [[ $distro -eq 0 ]]; then
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

Suggested change
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin
gum spin --spinner dot --title "Installing Youtube-Music..." -- "$pkg_manager" youtube-music-bin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Discord..." -- $pkg_manager discord

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Better Discord..." -- $pkg_manager betterdiscord-installer-bin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Signal..." -- $pkg_manager signal-desktop

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Telegram..." -- $pkg_manager telegram-desktop

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Keybase..." -- $pkg_manager keybase-bin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing OBS Studio..." -- $pkg_manager obs-studio

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing GIMP..." -- $pkg_manager gimp

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Kdenlive..." -- $pkg_manager kdenlive

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Kdenlive on Fedora..." -- $pkg_manager kdenlive

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

gum spin --spinner dot --title "Installing Alacritty..." -- $pkg_manager alacritty

@harilvfs harilvfs merged commit 83d6500 into main Feb 13, 2025
9 checks passed
@harilvfs harilvfs deleted the ytmusic branch February 13, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant