Update setup.sh

This commit is contained in:
2024-08-02 19:09:05 +00:00
committed by GitHub
parent 419402ad0f
commit 89833261b9
+6 -1
View File
@@ -34,6 +34,7 @@ echo "This script will install and do the following:
- Vesktop - Vesktop
- Docker - Docker
- Minikube - Minikube
- Gnome Tweaks
- Remove Thunar and Foot - Remove Thunar and Foot
- Clean up and update system - Clean up and update system
@@ -104,12 +105,16 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest
dnf install --refresh alacritty nautilus nodejs librewolf code \ dnf install --refresh alacritty nautilus nodejs librewolf code \
git gh proton-vpn-gnome-desktop neovim gparted liberation-fonts \ git gh proton-vpn-gnome-desktop neovim gparted liberation-fonts \
vlc gcc gcc-c++ asciiquarium thunderbird grim slurp xclip \ vlc gcc gcc-c++ asciiquarium thunderbird grim slurp xclip \
qbittorrent gimp audacity python3-pip htop obs-studio \ qbittorrent gimp audacity python3-pip htop obs-studio gnome-tweaks \
|| echo "failed to install some packages!" || echo "failed to install some packages!"
npm install -g @bitwarden/cli alacritty-themes typescript || echo "failed to install Typescript!" npm install -g @bitwarden/cli alacritty-themes typescript || echo "failed to install Typescript!"
mkdir -p ~/.icons
echo -e "https://www.gnome-look.org/p/1305251\nhttps://www.gnome-look.org/p/2091068" > ~/.icons/links.txt
alacritty-themes --create && alacritty-themes Hyper || echo "alacritty theme install failed!" alacritty-themes --create && alacritty-themes Hyper || echo "alacritty theme install failed!"
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
# Remove old programs # Remove old programs
dnf remove thunar foot || "" dnf remove thunar foot || ""