-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup_Security-Theme-Fast.sh
More file actions
70 lines (51 loc) · 2.2 KB
/
setup_Security-Theme-Fast.sh
File metadata and controls
70 lines (51 loc) · 2.2 KB
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
#!/usr/bin/env bash
sudo apt update; sudo apt upgrade -y
sudo apt install ufw -y
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw enable
sudo ufw status verbose
cd /home/"$USER"/Downloads
wget https://github.com/luisrguerra/fluent11-icon-theme/archive/refs/tags/0.6.zip
wget https://github.com/vinceliuice/Fluent-gtk-theme/archive/refs/tags/2025-04-17.zip
unzip 0.6.zip
unzip 2025-04-17.zip
sudo rm -rf 0.6.zip
sudo rm -rf 2025-04-17.zip
sudo chown -R "$SUDO_USER":sudo Fluent-gtk-theme-2025-04-17
sudo chown -R "$SUDO_USER":sudo fluent11-icon-theme-0.6
bash Fluent-gtk-theme-2025-04-17/install.sh
mkdir -p /home/"$USER"/.icons
cp -r fluent11-icon-theme-0.6/fluent11 /home/"$USER"/.icons
cp -r fluent11-icon-theme-0.6/fluent11-light /home/"$USER"/.icons
cd ..
cd /home/"$USER"/.icons
sudo chown -R "$SUDO_USER":sudo fluent11
sudo chown -R "$SUDO_USER":sudo fluent11-light
gsettings set org.cinnamon.desktop.interface cursor-theme "DMZ-White"
gsettings get org.cinnamon.desktop.interface cursor-theme
gsettings set org.cinnamon.desktop.interface gtk-theme "Fluent-Light"
gsettings set org.cinnamon.theme name "Fluent-Dark"
gsettings set org.cinnamon.desktop.interface icon-theme "fluent11"
#Font
cd /home/"$USER"/Downloads
wget https://github.com/rsms/inter/releases/download/v4.1/Inter-4.1.zip
mkdir -p /home/"$USER"/Downloads/Inter-4.1
unzip Inter-4.1.zip -d Inter-4.1
sudo rm -rf Inter-4.1.zip
sudo chown -R "$SUDO_USER":sudo Inter-4.1
mkdir -p /home/"$USER"/.local/share/fonts
cp -r Inter-4.1/Inter.ttc /home/"$USER"/.local/share/fonts
cp -r Inter-4.1/InterVariable.ttf /home/"$USER"/.local/share/fonts
cp -r Inter-4.1/InterVariable-Italic.ttf /home/"$USER"/.local/share/fonts
cd ..
cd /home/"$USER"/.local/share/fonts
sudo chown -R "$SUDO_USER":sudo Inter.ttc
sudo chown -R "$SUDO_USER":sudo InterVariable.ttf
sudo chown -R "$SUDO_USER":sudo InterVariable-Italic.ttf
cd ..
gsettings set org.cinnamon.desktop.interface font-name "Inter Display Regular 12"
gsettings set org.gnome.desktop.interface document-font-name "Inter Display Regular 11"
gsettings set org.nemo.desktop font "Inter Display Medium 12"
gsettings set org.cinnamon.desktop.wm.preferences titlebar-font "Inter Display Bold 13"
neofetch