Manjaro 安装后的配置

落爺英雄遲暮 提交于 2019-11-26 14:58:48

 


排列源


sudo pacman-mirrors -c all
sudo  pacman-mirrors -c China    #只留下清华源能令带宽跑满

增加archlinuxcn库和antergos库

echo -e "\n[archlinuxcn]\nSigLevel = TrustAll\nServer = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/\$arch\n\n[antergos]\nSigLevel = TrustAll\nServer = https://mirrors.tuna.tsinghua.edu.cn/antergos/\$repo/\$arch\n"|sudo tee -a /etc/pacman.conf

 手动添加

sudo vim /etc/pacman.conf

[arch4edu]

SigLevel = Never

Server = http://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch


升级系统:

sudo pacman -Syyu

#安装archlinuxcn签名钥匙&antergos签名钥匙

sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring antergos-keyring



中文输入法

#安装搜狗输入法#xfce桌面

sudo pacman -S --noconfirm fcitx-im fcitx-configtool fcitx-sunpinyin

#安装搜狗输入法#kde桌面

sudo pacman -S --noconfirm fcitx-im kcm-fcitx fcitx-sunpinyin

#配置fcitx

sudo echo -e "export GTK_IM_MODULE=fcitx\nexport QT_IM_MODULE=fcitx\nexport XMODIFIERS=@im=fcitx">>~/.xprofile

想要更多 

https://my.oschina.net/langxSpirit

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!