-
Notifications
You must be signed in to change notification settings - Fork 0
/
xfce.txt
executable file
·37 lines (24 loc) · 1.15 KB
/
xfce.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/usr/bin/env bash
echo "###############################"
echo "# Backup Config #"
echo "###############################"
cp -r $HOME/.config/xfce4 $HOME/BACKUP/xfce/.config/xfce4
echo "###############################"
echo "# Themes #"
echo "###############################"
git clone https://github.com/ZorinOS/zorin-desktop-themes.git /tmp/zorindesktoptheme
git clone https://github.com/B00merang-Project/Windows-10-Dark.git /tmp/win10theme
sudo cp -r /tmp/zorindesktoptheme/* /usr/share/themes/
sudo cp -r /tmp/win10theme /usr/share/themes/
echo "###############################"
echo "# Icons #"
echo "###############################"
git clone https://github.com/ZorinOS/zorin-icon-themes.git /tmp/zorinicons
git clone https://github.com/vinceliuice/Tela-icon-theme /tmp/telaicons
sudo cp -r /tmp/zorinicons/* /usr/share/icons/
#sudo cp -r /tmp/telaicons* /usr/share/icons/
echo "###############################"
echo "# Xfce Config #"
echo "###############################"
#git clone https://github.com/Slothinger/Linuxconf.git /tmp/Configss
#cp -r /tmp/Configss/* $HOME/.config/xfce4