1. Switch to Chinese source
sudo gedit/etc/pacman-mirrors.conf
If the prompt does not gedit, execute the command: sudo pacman-s gedit
Modify the following places for China:
Onlycountry = China
2. Add ARCHLINUXCN repositories and various development tools sources
sudo gedit/etc/pacman.conf
Add the following content:
[ARCHLINUXCN]
Siglevel = Optional trustedonly
Server = http://mirrors.ustc.edu.cn/archlinuxcn/$arch
[Arch4edu]
Siglevel = Never
Server = http://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
3. Update and select the fastest source list
sudo pacman-mirrors-g
4. Updating the system
sudo pacman-syyu
5. Installing archlinuxcn-keyring
sudo pacman-s archlinuxcn-keyring
If the installation fails, execute the following command:
sudo pacman-syu haveged
sudo systemctl start haveged
sudo systemctl enable haveged
sudo rm-rf/etc/pacman.d/gnupg
sudo pacman-key--init
sudo pacman-key--populate archlinux
sudo pacman-s archlinuxcn-keyring
sudo pacman-key--populate ARCHLINUXCN
6. Installing Yaourt
sudo pacman-s yaourt
7. Install Sogou Input Method
sudo pacman-s fcitx-sogoupinyin
sudo pacman-s fcitx-im
sudo pacman-s fcitx-configtool
sudo gedit ~/.xprofile
Export GTK_IM_MODULE=FCITX
Export QT_IM_MODULE=FCITX
Export xmodifiers= "IM=FCITX"
8. Install the configuration git
sudo pacman-s git
Set up your personal github information:
git config--global user.name "GitHub nickname"
git config--global user.email "registered mailbox"
9. Installation Configuration zsh
sudo pacman-s zsh zsh-completions
Cat/etc/shells
Chsh-s/bin/zsh
Sh-c "$ (curl-fssl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
10. Install the latest Oracle-java and set as default
sudo pacman-s jdk
sudo Archlinux-java set JAVA-8-JDK
11. Uninstall unwanted software in Software Center, install WPS, Chrome, SHADOWSOCKS-QT5, Eclipse-java, GIMP, VLC, vim, Vim-youcompleteme-git, Foxit Reader, Electronic-wechat (depending on the individual situation, you can use "Yaourt software Name" method to install the software)
12. Installation of Apktool and Android-tools
sudo pacman-s android-apktool android-tools
13. Solve the Windows and Linux dual system time inconsistency problem
sudo timedatectl SET-LOCAL-RTC 1
PS: Above configuration transferred from Zokekai Blog
Manjaro Post-installation configuration