-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.sh
executable file
·79 lines (59 loc) · 1.79 KB
/
install.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
75
76
77
78
79
#!/bin/bash
# archlinuxcn and yay
sudo pacman-key --lsign-key "farseerfc@archlinux.org"
sudo pacman -S archlinuxcn-keyring
sudo pacman -S yay
# Setup configs
sudo pacman -S git
git clone https://github.com/fioncat/dotfiles.git ~/
ln -s ~/dotfiles/hyprland/hypr ~/.config
ln -s ~/dotfiles/hyprland/mako ~/.config
ln -s ~/dotfiles/hyprland/rofi ~/.config
ln -s ~/dotfiles/hyprland/waybar ~/.config
# Basic softwares
sudo pacman -S hyprland hyprpaper hyprlock waybar mako
yay -S rofi-lbonn-wayland-git
sudo pacman -S xorg-xwayland
# Terminal
sudo pacman -S kitty tmux
# Network Manager
sudo pacman -S nm-connection-editor
# Chrome
yay -S google-chrome
# Fonts
sudo pacman -S ttf-sourcecodepro-nerd adobe-source-han-serif-cn-fonts wqy-zenhei
sudo pacman -S noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra
# Audio
sudo pacman -S pulseaudio sof-firmware alsa-firmware alsa-ucm-conf pavucontrol
# Bluetooth
sudo pacman -S bluez bluez-utils blueman
sudo systemctl enable --now bluetooth
# Chinese input method
sudo pacman -S fcitx5-im
sudo pacman -S fcitx5-chinese-addons
sudo pacman -S fcitx5-material-color
# Install Intel GPU driver (for others, please refer to offical document):
sudo pacman -S mesa lib32-mesa vulkan-intel lib32-vulkan-intel
# Screenshot
sudo pacman -S grim slurp swappy
sudo pacman -S xdg-desktop-portal-hyprland
yay -S flameshot-git
# Clipboard history
sudo pacman -S wl-clipboard cliphist
# GTK theme
sudo pacman -S lxappearance
sudo pacman -S materia-gtk-theme papirus-icon-theme
# QT theme
sudo pacman -S qt5ct qt5-wayland
# FUCK GFW
sudo pacman -S v2ray v2raya
sudo systemctl enable --now v2raya
# File Manager
sudo pacman -S thunar
# Picture Viewer
sudo pacman -S ristretto
# Mail and Calendar
sudo pacman -S thunderbird
# SDDM
sudo pacman -S sddm
sudo systemctl enable sddm