mirror of
https://github.com/ION606/config-backup.git
synced 2026-05-14 22:16:58 +00:00
Update setup.sh
This commit is contained in:
@@ -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 || ""
|
||||||
|
|||||||
Reference in New Issue
Block a user