feat(fcitx5): Add fcitx5 configs

This commit is contained in:
js0ny 2025-04-12 15:18:30 +01:00
parent ca26278922
commit 085c2995da
12 changed files with 3958 additions and 99 deletions

View file

@ -15,8 +15,8 @@ CLIP := \
CURL := \
if os() == "windows" { "Invoke-WebRequest" } \
else if os() == "linux" { "curl" } \
else if os() == "macos" { "curl" } \
else if os() == "linux" { "curl -L" } \
else if os() == "macos" { "curl -L" } \
else { "" }
CURL_OUT := \