Last active
March 9, 2020 16:18
-
-
Save naingyeminn/b687a5b000d0a68c1618e1fafcf6f48f to your computer and use it in GitHub Desktop.
MM-KB Quick Install
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 | |
FONTCFG=~/.config/fontconfig/ | |
mm_kb=https://github.com/naingyeminn/mm-kb/archive/master.zip | |
wget -N $mm_kb 2> /dev/null || curl -OL $mm_kb | |
unzip -o master.zip | |
cd mm-kb-master | |
sudo apt install make ibus-table -y | |
sudo make install | |
ibus-daemon -rdx | |
im-config -n ibus | |
mkdir -p $FONTCFG | |
cp /usr/share/mmfs/fonts.conf $FONTCFG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment