summaryrefslogtreecommitdiff
path: root/.config/yadm
diff options
context:
space:
mode:
Diffstat (limited to '.config/yadm')
-rwxr-xr-x.config/yadm/bootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap
index b9b1cb3..91f2152 100755
--- a/.config/yadm/bootstrap
+++ b/.config/yadm/bootstrap
@@ -37,3 +37,12 @@ if command -v gammastep > /dev/null 2>&1; then
sudo systemctl enable "gammastep@$USER" --now
fi
+# #
+# fcitx5
+# #
+
+if command -v fcitx5 > /dev/null 2>&1; then
+ sudo ln -s "$HOME/.config/fcitx5/systemd/fcitx5@.service" /etc/systemd/system/
+ sudo ln -s "$HOME/.config/fcitx5/systemd/fcitx5-systemd" /usr/local/bin/
+ sudo systemctl enable "fcitx5@$USER" --now
+fi