diff --git a/README.md b/README.md index c1d670d..256d7ac 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ If you're using KDE, look into this: https://github.com/radbirb/Short-FedoraKDE- - Flathub Repository Enabled ## Settings - - Switch Appearance to Dark Mode - - Turn off Mouse Acceleration - - Turn off Hot Corner + - ~~Switch Appearance to Dark Mode~~ + - ~~Turn off Mouse Acceleration~~ + - ~~Turn off Hot Corner~~ + - ~~Enabling GSConnect and Rounded Corners Reborn Extension~~ ## Patches - Spotify (Removing Ads) - - Enabling GSConnect and Rounded Corners Reborn Extension ## Apps and Packages to be Uninstalled - Camera diff --git a/run.sh b/run.sh index c8e8ad4..6032f1a 100644 --- a/run.sh +++ b/run.sh @@ -8,7 +8,7 @@ if [[ $(id -u) != 0 ]]; then fi # Uninstall Apps and Packages -sudo dnf remove -y anaconda document-scanner fedora-bookmarks fedora-chromium-config gnome-clocks gnome-color-manager gnome-contacts gnome-getting-started-docs gnome-initial-setup gnome-maps gnome-online-miners gnome-remote-desktop gnome-user-docs gnome-weather gnome-characters gnome-classic-session gnome-classic-session-xsession gnome-color-manager gnome-connections gnome-disk-utility gnome-font-viewer gnome-logs gnome-shell-extension-apps-menu gnome-shell-extension-background-logo gnome-shell-extension-common gnome-shell-extension-launch-new-instance gnome-shell-extension-places-menu gnome-shell-extension-window-list gnome-system-monitor gnome-terminal gnome-text-editor gnome-tour ibus-hangul ibus-kkc ibus-libpinyin ibus-libzhuyin ibus-m17n ibus-typing-booster khmeros-base-fonts libreoffice-calc libreoffice-impress libreport problem-reporting rhythmbox sane-airscan simple-scan speech-dispatcher thai-scalable-waree-fonts totem tracker yelp +sudo dnf remove -y fire* anaconda document-scanner fedora-bookmarks fedora-chromium-config gnome-clocks gnome-color-manager gnome-contacts gnome-getting-started-docs gnome-initial-setup gnome-maps gnome-online-miners gnome-remote-desktop gnome-user-docs gnome-weather gnome-characters gnome-classic-session gnome-classic-session-xsession gnome-color-manager gnome-connections gnome-disk-utility gnome-font-viewer gnome-logs gnome-shell-extension-apps-menu gnome-shell-extension-background-logo gnome-shell-extension-common gnome-shell-extension-launch-new-instance gnome-shell-extension-places-menu gnome-shell-extension-window-list gnome-system-monitor gnome-terminal gnome-text-editor gnome-tour ibus-hangul ibus-kkc ibus-libpinyin ibus-libzhuyin ibus-m17n ibus-typing-booster khmeros-base-fonts libreoffice-calc libreoffice-impress libreport problem-reporting rhythmbox sane-airscan simple-scan speech-dispatcher thai-scalable-waree-fonts totem tracker yelp # Install Apps sudo dnf config-manager --add-repo https://repository.mullvad.net/rpm/stable/mullvad.repo @@ -18,8 +18,12 @@ flatpak install -y com.vscodium.codium io.github.zen_browser.zen com.spotify.Cli # Install Packages sudo dnf install -y nautilus adb fastboot +curl -fsSL https://bun.sh/install | bash +source ~/.bashrc + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash +source ~/.bashrc nvm install node -curl -fsSL https://bun.sh/install | bash -source ~/.bashrc \ No newline at end of file +# Patches +bash <(curl -sSL https://spotx-official.github.io/run.sh) -h -d \ No newline at end of file