diff --git a/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md b/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md index 9f1ba82..59238eb 100644 --- a/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md +++ b/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md @@ -52,6 +52,16 @@ Server = https://mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch 具体可参考: +## 切换系统语言 + +编辑 /etc/locale.gen 为: + + en_US.UTF-8 UTF-8 + +和 /etc/locale.conf 为: + + LANG="en_US.UTF-8" + ## 安装常用工具 pacman -S base-devel git gcc make python2 python3 go arm-none-eabi-gcc arm-none-eabi-gdb arm-none-eabi-newlib tmux openssh samba ntfs-3g vim bzip2 coreutils ncurses xz