添加中科大源
#打開配置檔案
sudo nano /etc/pacman.conf
在檔案末尾添加
[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
#導入GPG Key
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
安裝軟體chrome 和搜狗拼音輸入法
#安裝chrome
sudo pacman -S google-chrome
安裝搜狗拼音輸入法
sudo pacman -S fcitx-im #預設全部安裝
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-sogoupinyin
sudo nano ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"