This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user.sh
80 lines (45 loc) · 1.58 KB
/
user.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
80
#Ask Password
#echo -n Password:
#read -s password
#echo
#install AUR Helper (yay)
sudo git clone https://aur.archlinux.org/yay-git.git
echo "$USER"
sudo chown -R $USER:$USER ./yay-git
cd yay-git
yes | makepkg -si
yay -Syu
# Install Brave Web Broswer
yes | yay -S brave-bin
# Install LibreOffice (Still)
yes | sudo pacman -S libreoffice-still
# Install [Upgrade] VLC
yes | sudo pacman -S vlc
# Install mpv
yes | sudo pacman -S mpv
# Install [Upgrade] ffmpeg
yes | sudo pacman -S ffmpeg
# Install VSC (Visual Studio Code)
yay -S visual-studio-code-bin --noconfirm
# Install snap
git clone https://aur.archlinux.org/snapd.git
cd snapd
yes | makepkg -si
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
# Install arduino
yes | sudo pacman -S arduino
# Install Scratch
flatpak install flathub edu.mit.Scratch -y
# Install Pipe-viewer
yay -S pipe-viewer-git --noconfirm
# Install Mlink (Mblock Web Driver)
yes | yay -S mlink
# Install Chinese Font
yes | sudo pacman -S wqy-microhei wqy-bitmapfont wqy-zenhei ttf-arphic-ukai ttf-arphic-uming adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts noto-fonts-cjk
# Install Windows Font
yes | yay -S ttf-ms-win10-auto
# Install Typing Method (Fcitx)
yes | sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool fcitx5-chewing fcitx5-anthy fcitx5-hangul fcitx5-unikey fcitx5-libthai fcitx5-sayura
curl -L https://raw.githubusercontent.com/blusewill/SchoolLinux/main/.pam_environment -o ~/.pam_environment
curl -L https://raw.githubusercontent.com/blusewill/SchoolLinux/main/.xprofile -o ~/.xprofile