Ubuntu22美化

sudo apt update
 
sudo apt dist-upgrade
 
sudo apt install gnome-tweaks git
 
cd /opt
 
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
 
git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git
 
git clone https://github.com/vinceliuice/WhiteSur-cursors.git
 
git clone https://github.com/vinceliuice/WhiteSur-firefox-theme.git
 
git clone https://github.com/vinceliuice/WhiteSur-wallpapers.git
 
cd WhiteSur-gtk-theme/
 
sudo ./install.sh
 
sudo ./install.sh -m
 
sudo ./tweaks.sh -g
 
sudo ./tweaks.sh -i ubuntu
 
sudo ./tweaks.sh -s
 
cd /opt/WhiteSur-icon-theme/
 
sudo ./install.sh
 
cd /opt/WhiteSur-cursors/
 
sudo ./install.sh
 
cd /opt/WhiteSur-wallpapers/
 
sudo ./install-gnome-backgrounds.sh
 
cd /opt/WhiteSur-firefox-theme/
 
./install.sh
 
cd /opt/WhiteSur-gtk-theme/
 
sudo ./tweaks.sh -f
View Code

 

posted @ 2022-11-22 10:56  hanwei666  阅读(32)  评论(0编辑  收藏  举报
……