1.添加中科大源linux
參考https://blog.csdn.net/liyunfu233/article/details/87381017chrome
sudo nano /etc/pacman.conf
在文末添加google
[archlinuxcn] SigLevel = Optional TrustedOnly Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
導入GPG Key.net
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
2.安裝chromecode
sudo pacman -S google-chrome
3.安裝谷歌輸入法blog
sudo pacman -S fcitx-im #默認所有安裝 sudo pacman -S fcitx-configtool sudo pacman -S fcitx-googlepinyin
編輯輸入法配置文件ci
sudo nano ~/.xprofile
添加如下內容get
export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx"
4.重啓電腦it
在輸入法裏選擇Configure Current Input Method便可對輸入法進行配置io
配置能夠參考https://blog.csdn.net/YuanXin_CSDN/article/details/91389467