Manjaro Notebook
Manjaro Notebook 安裝之後
Manjaro 設定
Manjaro 設定
更新系统
$ sudo pacman -Syyu
安裝常用軟體
$ sudo pacman -S vim git wget yaourt
$ sudo pacman -S flameshot
安裝免費字型 思源黑体
$ sudo pacman -S adobe-source-han-sans-tw-fonts adobe-source-han-sans-otc-fonts adobe-source-han-serif-otc-fonts adobe-source-han-serif-tw-fonts
安裝中文輸入法fcitx(新酷音)
$ sudo pacman -S fcitx fcitx-im fcitx-configtool fcitx-chewing
更改 ~/.xprofile
$ vi ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
$ sudo pacman -Syyu
安裝常用軟體
$ sudo pacman -S vim git wget yaourt
$ sudo pacman -S flameshot
安裝免費字型 思源黑体
$ sudo pacman -S adobe-source-han-sans-tw-fonts adobe-source-han-sans-otc-fonts adobe-source-han-serif-otc-fonts adobe-source-han-serif-tw-fonts
安裝中文輸入法fcitx(新酷音)
$ sudo pacman -S fcitx fcitx-im fcitx-configtool fcitx-chewing
更改 ~/.xprofile
$ vi ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
Comments
Post a Comment