diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-11-01 08:18:38 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-11-01 08:18:38 +0100 |
commit | 14b764b8fe587b94898ea16ba15dc0bff6085f5e (patch) | |
tree | c3c947be2ae19b8587b75dfb8c6b0cab41a41f5d | |
parent | 8f30f7e26412deb32c3d5d87a7f662becd8d758d (diff) |
Add fcitx5-mozc-ut for japanese input
-rw-r--r-- | install-arch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/install-arch.sh b/install-arch.sh index db100c5..ee3da9d 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -161,6 +161,13 @@ sudo pacman -Sy \ nerd-fonts-hack \ autojump +# Japanese input +aur sync -ru fcitx5-mozc-ut +sudo pacman -Sy \ + fcitx5-mozc-ut \ + fcitx5-qt fcitx5-gtk \ + fcitx5-configtool + # nix sudo pacman -Sy \ nix |