mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(fcitx5): Add fcitx5 configs
This commit is contained in:
parent
ca26278922
commit
085c2995da
12 changed files with 3958 additions and 99 deletions
|
|
@ -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 := \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue