-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.sh
26 lines (22 loc) · 902 Bytes
/
system.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
#!/bin/bash
# upgrade
sudo dnf update
# flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak remote-modify flathub --url=https://mirror.sjtu.edu.cn/flathub
# gnome-shell
sudo dnf install gnome-shell-extension-appindicator \
gnome-shell-extension-auto-move-windows \
gnome-shell-extension-blur-my-shell \
gnome-shell-extension-dash-to-dock \
gnome-shell-extension-netspeed \
gnome-shell-extension-unite \
gnome-shell-extension-user-theme \
gnome-tweaks \
gnome-shell-extension-workspace-indicator \
gnome-shell-theme-yaru \
gnome-shell-theme-flat-remix \
-y
# soft
sudo dnf install autojump-zsh fcitx5-chinese-addons fcitx5-autostart golang neovim nodejs pnpm yarnpkg rustup zsh flameshot wireshark golang \
google-noto-sans-cjk-fonts google-noto-serif-cjk-fonts -y