Mirrors
After the installation of Manjaro, configure the mirror
sudo pacman-mirrors -g
rank the mirrorssudo pacman-mirrors -c China -m rank
change the Chinese mirror- add
archlinuxcn
blocks in/etc/pacman.conf
file.
|
|
- the optional installation is
archlinuxcn-keyring
so that import GPG key, in case of the verification failure:sudo pacman -S archlinuxcn-keyring
- sync and update the system
1 2
sudo pacman -S manjaro-keyring sudo pacman -Syyu
Input methods
fcitx(Free Chinese Input Toy for X)
|
|
solve the input method switch problem: add the file ~/.xprofile
:
|
|
then reboot.
pacman
|
|
ZSH
sudo pacman -S zsh (sudo) chsh -s /bin/zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
now manjaro KDE has the pre-install zsh environment, hooray!!!