Last active
November 11, 2016 06:59
-
-
Save vunhan/a1ca038d90331d761d92db0a156f6c02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "Installing packages..." | |
| pacman -S xorg-xinit \ | |
| firefox \ | |
| fcitx fcitx-unikey \ | |
| fcitx-gtk2 fcitx-gtk3 fcitx-qt4 fcitx-qt5 fcitx-configtool \ | |
| qbittorrent \ | |
| aegisub | |
| echo "Configuring..." | |
| echo "export GTK_IM_MODULE=fcitx \ | |
| export QT_IM_MODULE=fcitx \ | |
| export XMODIFIERS=@im=fcitx" | |
| >> /home/khiemhoangho/.bash_profile | |
| echo "gnome-session" > /home/khiemhoangho/.xinitrc | |
| systemctl enable gdm.service | |
| echo "Done" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment