manjaro安装配置

下载的xfce,旧的air发光发热的时候

sudo pacman-mirrors -i -c China -m rank
sudo pacman -Syyu

安装字体

sudo pacman -S ttf-roboto noto-fonts ttf-dejavu
sudo pacman -S wqy-bitmapfont wqy-microhei wqy-microhei-lite wqy-zenhei
sudo pacman -S noto-fonts-cjk adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts

安装中文输入法

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

vim ~/.xprofile

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

添加linuxcn源,sudo vim /etc/pacman.conf

[archlinuxcn]
SigLevel = Optional TrustedOnly
Server =https://mirrors.ustc.edu.cn/archlinuxcn/$arch

然后

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

主题自己参考debian里面改的或者自己去xfce-look上下载一个,放~/.themes里面

原文地址:https://www.cnblogs.com/ziyouchutuwenwu/p/13949141.html