Manjaro更换国内源并安装搜狗输入法等常用软件笔记
sudo pacman-mirrors -i -c China -m rank
sudo pacman -Syy
sudo pacman -S vim
sudo vim /etc/pacman.conf
[archlinuxcn
]
SigLevel
= Optional TrustedOnly
Server
= https://mirrors.ustc.edu.cn/archlinuxcn/
$arch
Server
= https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/
$arch
[antergos
]
SigLevel
= TrustAll
Server
= https://mirrors.tuna.tsinghua.edu.cn/antergos/
$repo/
$arch
[arch4edu
]
SigLevel
= TrustAll
Server
= https://mirrors.tuna.tsinghua.edu.cn/arch4edu/
$arch
sudo pacman -Syy
sudo pacman -S archlinuxcn-keyring
sudo pacman -S antergos-keyring
sudo pacman -Syu
sudo pacman -S yaourt
sudo pacman -S base-devel
sudo pacman -S google-chrome
yaourt -S fcitx-sogoupinyin fcitx-configtool fcitx-im
sudo pacman -U https://arch-archive.tuna.tsinghua.edu.cn/2019/04-29/community/os/x86_64/fcitx-qt4-4.2.9.6-1-x86_64.pkg.tar.xz
sudo vim /etc/environment
GTK_IM_MODULE
=fcitx
QT_IM_MODULE
=fcitx
XMODIFIERS
="@im=fcitx"
sudo pacman -S archlinuxcn/wps-office-mui-zh-cn
sudo pacman -R hardcode-fixer