forked from sprucecellodev125/cloudshell-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall-catppuccin.sh
74 lines (74 loc) · 4.14 KB
/
install-catppuccin.sh
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#!/bin/bash
sudo unzip '/usr/share/themes/Catppuccin-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-green.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-green-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-grey.zip'
sudo unzip '/usr/share/themes/Catppuccin-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-orange-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-pink-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-purple-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-red.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-red-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-teal-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-dark.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-dark-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-dark-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-light.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-light-hdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-light-xhdpi.zip'
sudo unzip '/usr/share/themes/Catppuccin-yellow-xhdpi.zip'
sudo rm *.zip