- 安装fcitx5
sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons fcitx5-material-color- 修改~/etc/environment
GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx XMODIFIERS=@im=fcitx SDL_IM_MODULE=fcitx GLFW_IM_MODULE=ibus
- 修改~/.xprofile
fcitx5 &
sudo yay -S google-chrome
yay -S visual-studio-code-bin
yay -S wps-office-cn
sudo debtap -Q xxx.deb
sudo pacman -U xxx # 刚转出来的包 安装的位置在 /opt/apps/
# 起别名
sudo vim ~/.zshrc # 全局命令
alias order="nohup sh xxx &"
source ~/.zshrc