1.添加中科大源
参考https://blog.csdn.net/liyunfu233/article/details/87381017
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
2.安装chrome
sudo pacman -S google-chrome
3.安装谷歌输入法
sudo pacman -S fcitx-im #默认全部安装 sudo pacman -S fcitx-configtool sudo pacman -S fcitx-googlepinyin
编辑输入法配置文件
sudo nano ~/.xprofile
添加以下内容
export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx"
4.重启电脑
在输入法里选择Configure Current Input Method即可对输入法进行配置
配置可以参考https://blog.csdn.net/YuanXin_CSDN/article/details/91389467