Skip to content

Instantly share code, notes, and snippets.

@vunhan
Last active November 11, 2016 06:59
Show Gist options
  • Select an option

  • Save vunhan/a1ca038d90331d761d92db0a156f6c02 to your computer and use it in GitHub Desktop.

Select an option

Save vunhan/a1ca038d90331d761d92db0a156f6c02 to your computer and use it in GitHub Desktop.
#!/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