We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49309a commit bd313bcCopy full SHA for bd313bc
install-fedora.sh
@@ -3,15 +3,15 @@
3
user_name="$USER"
4
5
#GTK theme
6
-git clone https://github.com/jothi-prasath/WhiteSur-gtk-theme.git
+git clone https://github.com/jothi-prasath/WhiteSur-gtk-theme.git --depth=1
7
WhiteSur-gtk-theme/install.sh -l -c dark -c light
8
9
#Icons
10
-git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git
+git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git --depth=1
11
WhiteSur-icon-theme/install.sh
12
13
#Cursors
14
-git clone https://github.com/vinceliuice/WhiteSur-cursors.git
+git clone https://github.com/vinceliuice/WhiteSur-cursors.git --depth=1
15
mkdir -p ~/.local/share/icons/
16
cp -r WhiteSur-cursors/dist/ ~/.local/share/icons/
17
0 commit comments