Install EndeavourOS First, download the ISO file of EndeavourOS from the official website.
Then put the ISO file into a Ventory USB and boot from it.
配置软件源 1 2 [archlinuxcn] Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
将其放到/etc/pacman.conf
配置输入法 1 2 sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons fcitx5-material-color
fcitx5: 输入法基础框架主程序
fcitx5-configtool(kcm-fcitx5):输入法配置程序(KDE桌面环境的支持)
fcitx5-qt: QT5程序的支持
fcitx5-gtk: GTK程序的支持
fcitx5-chinese-addons: 简体中文输入的支持,云拼音
fcitx5-material-color:一款使用 Material Design 配色的 fcitx5 皮肤,旨在模仿 Windows 10 自带输入法的 UI
修改环境变量 放到 /etc/profile
1 2 3 export GTK_IM_MODULE=fcitxexport QT_IM_MODULE=fcitxexport XMODIFIERS="@im=fcitx"
安装常用软件 1 2 3 4 5 6 7 8 9 10 11 12 sudo pacman -S git vim zsh curl wget ranger htop neofetchsudo pacman -S net-tools opensshsudo pacman -S yay yay -S wps-office-cn wps-office-mui-zh-cn ttf-wps-fonts yay -S debtap yay -S wemeet-bin yay -S google-chrome vivaldi visual-studio-code-bin intellij-idea-ultimate-edition dbeaver yay -S variety yay -S docker yay -S netease-cloud-music
docker 1 2 3 sudo pacman -S dockersudo systemctl start dockersudo systemctl enable docker
java 1 2 3 4 sudo pacman -S jdk8-openjdksudo pacman -S jdk17-openjdksudo pacman -S jdk21-openjdk
nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
配置zsh 1 2 sudo pacman -S zsh chsh -s /bin/zsh
配置oh-my-zsh 1 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh) "
安装字体 1 sudo pacman -S ttf-wqy-microhei ttf-wqy-zenhei