-
Notifications
You must be signed in to change notification settings - Fork 1
/
program_arch.txt
67 lines (51 loc) · 2.08 KB
/
program_arch.txt
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
Programs to install on Arch
# Pacman
sudo pacman -S obs-studio pavucontrol alsa-utils pulseaudio-alsa pulsemixer discord pcmanfm firefox youtube-dl libreoffice mupdf mpv vlc keepassxc gimp feh htop neofetch nload lm_sensors mlocate scrot
sudo pacman -S simplescreenrecorder arc-gtk-theme arc-icon-theme
>xorg
sudo pacman -S xorg xorg-xinit
sudo pacman -S xzoom xorg-xmag
>Essential
sudo pacman -S base-devel
>Compositor
sudo pacman -S picom
>lxappearance (Optional)
sudo pacman -S lxappearance
>virt-manager (Optional)
sudo pacman -S qemu virt-manager ebtables dnsmasq
sudo systemctl enable libvirtd
sudo systemctl start libvirtd
sudo usermod -G libvirt -a linux
sudo pacman -S edk2-ovmf (UEFI support)
>Language support for Chinese
sudo pacman -S fcitx fcitx-configtool fcitx-sunpinyin fcitx-qt5
sudo pacman -S kcm-fcitx (For KDE Plasma)
!You may install fcitx-googlepinyin or others for extra support
>Fonts for Chinese
sudo pacman -S adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts
yay -S noto-fonts-sc ttf-ms-win10-zh_cn
>Fonts
yay -S nerd-fonts-mononoki
>KDE Plasma Desktop Environment
sudo pacman -S plasma-Desktop
INSERT "exec startkde" to .xiitrc file
sudo pacman -S breeze-gtk kde-gtk-config
sudo pacman -S kdeplasma-addons
sudo pacman -S networkmanager plasma-nm (Network Manager)
sudo systemctl enable NetworkManager
sudo pacman -S plasma-pa (Volume Manager)
sudo pacman -S kinfocenter kcolorchooser kruler redshift kompare ktorrent
yay -S plasma5-applets-redshift-control-git
>System Monitoring App
sudo pacman -S bpytop
>Key Packages From LINUX AVERAGE USER
sudo pacman -S adobe-source-sans-pro-fonts aspell-Environment enchant gst-libav gst-plugins-good hunspell-en icedtea-web jre8-openjdk languagetool libmythes mythes-en pkgstats ttf-anonymous-pro ttf-bitstream-vera ttf-dejavu ttf-droid ttf-gentium ttf-liberation ttf-ubuntu-fornt-family
#Yay
yay -S zoom simplenote brave-bin spotify dutree
#Autologin TTY
systemctl edit getty@tty1
INSERT ON LINE 4
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --autologin linux --noclear %I 38400 linux
systemctl enable [email protected]