Manjaro-22 安装后进行的设置:
1.设置主板时间为本地时间,默认为UTC时间,与Windows不同,如果双系统,时间有时差
sudo timedatectl set-local-rtc true
2.设置软件源
sudo pacman-mirrors -i -c China -m rank
3.移除无用软件
sudo pacman -Rsn hexchat pidgin thunderbird xfce4-dict xfce4-appfinder xfce4-sensors-plugin xfce4-clipman-plugin gtkhash-thunar gcolor3 catfish xfburn timeshift timeshift-autosnap-manjaro fonts-arphic-ukai fonts-arphic-uming
4.安装常用软件
sudo pacman -S fcitx-im fcitx-configtool fcitx-googlepinyin flashrom gvim tree subversion make cmake cgdb dos2unix minicom picocom tftp-hpa bison flex dtc tk mtd-utils fxload lib32-libpng12 libpng12 verilator iverilog gtkwave ngspice octave
5.设置输入法
sudo nano ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"