update
This commit is contained in:
parent
f20f2f0f56
commit
d530d994d5
2 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
|
10
run.sh
10
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
|
||||
# Patches
|
||||
bash <(curl -sSL https://spotx-official.github.io/run.sh) -h -d
|
Loading…
Reference in a new issue