1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| arch-chroot /mnt ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime hwclock --systohc vim /etc/locale.gen locale-gen vim /etc/locale.conf LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 vim /etc/hostname vim /etc/hosts 127.0.0.1 localhost ::1 localhost 127.0.1.1 myhostname.localdomain myhostname passwd pacman -S intel-ucode refind yay networkmanager plasma nbfc-linux zsh useradd -m -s /usr/bin/zsh -G wheel bluequantum passwd bluequantum yay -S zsh zsh-theme-powerlevel10k zsh-syntax-highlighting zsh-history-substring-search zsh-completions zsh-autosuggestions yakuake konsole libinput-gestures xdotool wmctrl gpasswd -a bluequantum input
|