切换源
pacman-mirrors -i -c China -m rank
更新系统
pacman -Syu
安装网络小工具
pacman -S net-tools
安装中文输入法
查看是否安装了fcitx
pacman -Qsq fcitx
pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons fcitx5-material-color
添加如下内容到/etc/environment
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
INPUT_METHOD=fcitx
SDL_IM_MODULE=fcitx
安装yay
pacman -S yay
安装vscode
yay -S visual-studio-code-bin