1 Star 1 Fork 0

ijustyce / manjaro-fresh-install

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sogou.sh 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
ijustyce 提交于 2021-04-03 16:43 . auto start fcitx
sudo pacman -Syy
sudo pacman -S --needed --noconfirm fcitx
sudo pacman -S --needed --noconfirm fcitx-qt5
sudo pacman -S --needed --noconfirm fcitx-configtool
sudo pacman -S --needed --noconfirm manjaro-asian-input-support-fcitx
sudo pacman -S --needed --noconfirm opencc
sudo pacman -S --needed --noconfirm libidn11
sudo pacman -S --needed --noconfirm qtwebkit
sudo pacman -S --needed --noconfirm base-devel
cd ./sogou/
makepkg -sicr
cd ../fcitx-qt4/
sudo pacman -U ./fcitx-qt4-4.2.9.6-1-x86_64.pkg.tar.xz
sudo pacman -U ./fcitx-qt4-4.2.9.6-1-x86_64.pkg.tar.zst
sudo cp -r ./usr/include/fcitx-qt /usr/include
sudo cp -r ./usr/lib/* /usr/lib/
rm -rf ~/.sogouinput
rm -rf ~/.config/sogou-qimpanel
rm -rf ~/.config/SogouPY
rm -rf ~/.config/SogouPY.users
rm -rf ~/.config/fcitx
echo export LC_ALL=zh_CN.UTF-8 > ~/.xprofile
echo export GTK_IM_MODULE=fcitx >> ~/.xprofile
echo export QT_IM_MODULE=fcitx >> ~/.xprofile
echo export XMODIFIERS="@im=fcitx" >> ~/.xprofile
echo fcitx -d >> ~/.xprofile
1
https://gitee.com/ijustyce/manjaro-fresh-install.git
git@gitee.com:ijustyce/manjaro-fresh-install.git
ijustyce
manjaro-fresh-install
manjaro-fresh-install
master

搜索帮助