Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 989 Bytes

manjaro.md

File metadata and controls

46 lines (40 loc) · 989 Bytes

manjaro

基本配置

镜像源配置

安装中文输入法

  1. 安装fcitx5
    sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons fcitx5-material-color
  2. 修改~/etc/environment
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
SDL_IM_MODULE=fcitx
GLFW_IM_MODULE=ibus
  1. 修改~/.xprofile
fcitx5 &
  1. 安装v2raya

安装chrome

sudo yay -S google-chrome

安装vscode

yay -S visual-studio-code-bin

安装wps

yay -S wps-office-cn
安装deb包
sudo debtap -Q xxx.deb
sudo pacman -U xxx # 刚转出来的包 安装的位置在 /opt/apps/
# 起别名
sudo vim ~/.zshrc # 全局命令
alias order="nohup sh xxx &"
source ~/.zshrc