Skip to content

Commit bd313bc

Browse files
authored
Update install-fedora.sh
1 parent e49309a commit bd313bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install-fedora.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
user_name="$USER"
44

55
#GTK theme
6-
git clone https://github.com/jothi-prasath/WhiteSur-gtk-theme.git
6+
git clone https://github.com/jothi-prasath/WhiteSur-gtk-theme.git --depth=1
77
WhiteSur-gtk-theme/install.sh -l -c dark -c light
88

99
#Icons
10-
git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git
10+
git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git --depth=1
1111
WhiteSur-icon-theme/install.sh
1212

1313
#Cursors
14-
git clone https://github.com/vinceliuice/WhiteSur-cursors.git
14+
git clone https://github.com/vinceliuice/WhiteSur-cursors.git --depth=1
1515
mkdir -p ~/.local/share/icons/
1616
cp -r WhiteSur-cursors/dist/ ~/.local/share/icons/
1717

0 commit comments

Comments
 (0)