Compare commits
No commits in common. "401e3bab20e8e4c460b67c9982813ead3f1bad36" and "bbe5f753aec45236543095681b0ce12be236cab4" have entirely different histories.
401e3bab20
...
bbe5f753ae
@ -11,10 +11,14 @@ mv candy-icons-master candy-icons
|
|||||||
### WhiteSur
|
### WhiteSur
|
||||||
cd /root
|
cd /root
|
||||||
git clone --depth=1 https://github.com/vinceliuice/WhiteSur-icon-theme
|
git clone --depth=1 https://github.com/vinceliuice/WhiteSur-icon-theme
|
||||||
cd WhiteSur-icon-theme
|
cd WhiteSur-icon-theme/release
|
||||||
./install.sh
|
./make-release.sh
|
||||||
|
mv WhiteSur.tar.xz /usr/share/icons/
|
||||||
cd /root
|
cd /root
|
||||||
rm -rf WhiteSur-icon-theme
|
rm -rf WhiteSur-icon-theme
|
||||||
|
cd /usr/share/icons/
|
||||||
|
tar xf WhiteSur.tar.xz
|
||||||
|
rm WhiteSur.tar.xz
|
||||||
|
|
||||||
########## GTK THEMES ##########
|
########## GTK THEMES ##########
|
||||||
### Sweet Dark
|
### Sweet Dark
|
||||||
@ -31,13 +35,6 @@ tar xf WhiteSur-Dark.tar.xz
|
|||||||
rm WhiteSur-Light.tar.xz
|
rm WhiteSur-Light.tar.xz
|
||||||
rm WhiteSur-Dark.tar.xz
|
rm WhiteSur-Dark.tar.xz
|
||||||
|
|
||||||
########## CURSORS #############
|
|
||||||
### BreezeX
|
|
||||||
cd /usr/share/icons/
|
|
||||||
wget https://github.com/ful1e5/BreezeX_Cursor/releases/latest/download/BreezeX-Light.tar.xz
|
|
||||||
tar xf BreezeX-Light.tar.xz
|
|
||||||
rm BreezeX-Light.tar.xz
|
|
||||||
|
|
||||||
########## FONTS ###############
|
########## FONTS ###############
|
||||||
mkdir -p /usr/share/fonts/EnvyCodeR
|
mkdir -p /usr/share/fonts/EnvyCodeR
|
||||||
cd /usr/share/fonts/EnvyCodeR/
|
cd /usr/share/fonts/EnvyCodeR/
|
||||||
|
@ -12,5 +12,4 @@ cp xfce-perchannel-xml/* ~/.config/xfce4/xfconf/xfce-perchannel-xml/
|
|||||||
|
|
||||||
mkdir -p ~/Pictures/Wallpapers
|
mkdir -p ~/Pictures/Wallpapers
|
||||||
wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png -P ~/Pictures/Wallpapers
|
wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png -P ~/Pictures/Wallpapers
|
||||||
wget https://github.com/vinceliuice/WhiteSur-wallpapers/raw/main/1080p/WhiteSur.jpg -P ~/Pictures/Wallpapers
|
|
||||||
cp emptypixel.png ~/Pictures/
|
cp emptypixel.png ~/Pictures/
|
||||||
|
Loading…
Reference in New Issue
Block a user