update
This commit is contained in:
parent
a68a899fa8
commit
2e308c558c
1 changed files with 4 additions and 22 deletions
26
run.sh
26
run.sh
|
@ -15,7 +15,7 @@ sudo dnf update --quiet --refresh --allowerasing -y
|
|||
|
||||
# Dotfiles
|
||||
cd ~/
|
||||
wget https://ark.sudovanilla.org/Korbs/Quick-Linux-Setup/raw/branch/main/configs/.npmrc
|
||||
wget https://ark.sudovanilla.org/Korbs/Quick-Linux-Setup/raw/branch/zenity/configs/.npmrc
|
||||
|
||||
# Apply GNOME Settings
|
||||
clear
|
||||
|
@ -58,8 +58,7 @@ sudo dnf remove --quiet -y firef* firew* anaconda document-scanner fedora-bookma
|
|||
# Install Apps
|
||||
clear
|
||||
echo "Installing applications..."
|
||||
sudo dnf config-manager --add-repo https://repository.mullvad.net/rpm/stable/mullvad.repo
|
||||
sudo dnf install --quiet -y mullvad-vpn openssl
|
||||
sudo dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/rpm/stable/mullvad.repo
|
||||
|
||||
flatpak install \
|
||||
com.vscodium.codium \
|
||||
|
@ -79,7 +78,7 @@ io.missioncenter.MissionCenter
|
|||
# Install Packages
|
||||
clear
|
||||
echo "Installing Nautilus and ADB..."
|
||||
sudo dnf install --quiet -y nautilus adb fastboot
|
||||
sudo dnf install --quiet -y nautilus mullvad-vpn openssl
|
||||
|
||||
clear
|
||||
echo "Installing Bun..."
|
||||
|
@ -87,11 +86,6 @@ echo "Installing Bun..."
|
|||
curl -fsSL https://bun.sh/install | bash
|
||||
source ~/.bashrc
|
||||
|
||||
clear
|
||||
echo "Installing NodeJS..."
|
||||
|
||||
sudo dnf install nodejs -y --quiet
|
||||
|
||||
# Patches and Apply
|
||||
clear
|
||||
echo "Patching Spotify..."
|
||||
|
@ -99,18 +93,6 @@ echo "Patching Spotify..."
|
|||
## Spotify
|
||||
bash <(curl -sSL https://spotx-official.github.io/run.sh) -h -d -f
|
||||
|
||||
# GNOME Extensions (Currently set for GNOME 46)
|
||||
clear
|
||||
echo "Installing GNOME extensions..."
|
||||
cd ~/Downloads/
|
||||
wget https://extensions.gnome.org/extension-data/gsconnectandyholmes.github.io.v57.shell-extension.zip
|
||||
wget https://extensions.gnome.org/extension-data/rounded-window-cornersfxgn.v3.shell-extension.zip
|
||||
|
||||
clear
|
||||
echo "Restarting GNOME is required, please restart the session soon."
|
||||
echo "After restarting the session, run 'sh ./enable-extensions.sh'"
|
||||
sleep 5
|
||||
|
||||
# Ending-Run
|
||||
clear
|
||||
echo "Finishing up..."
|
||||
|
@ -123,4 +105,4 @@ echo "Completed."
|
|||
sleep 1
|
||||
|
||||
echo "For the LibRedirect extension, the configuration is available here:"
|
||||
echo "https://ark.sudovanilla.org/Korbs/Quick-Linux-Setup/raw/branch/main/configs/libredirect-settings-v2.9.0.json"
|
||||
echo "https://ark.sudovanilla.org/Korbs/Quick-Linux-Setup/raw/branch/zenity/configs/libredirect-settings-v3.0.2.json"
|
Loading…
Reference in a new issue