mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43: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 := \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
[linux]
|
||||
systemd:
|
||||
ln -sf {{DOTFILES}}/platforms/{{OS}}/systemd {{XDG_CONFIG_HOME}}/systemd/
|
||||
{{LN}} {{DOTFILES}}/platforms/{{OS}}/systemd {{XDG_CONFIG_HOME}}/systemd/
|
||||
|
||||
[linux]
|
||||
keyd:
|
||||
|
|
@ -9,7 +9,7 @@ keyd:
|
|||
sudo cp {{DOTFILES}}/platforms/linux/keyd/keyd.conf /etc/keyd/default.conf
|
||||
mkdir -p {{XDG_CONFIG_HOME}}/keyd
|
||||
{{LN}} {{DOTFILES}}/platforms/linux/keyd/app.conf {{XDG_CONFIG_HOME}}/keyd/app.conf
|
||||
sudo systemctl enable keyd
|
||||
sudo systemctl enable --now keyd.service
|
||||
|
||||
[linux]
|
||||
[private]
|
||||
|
|
@ -47,3 +47,7 @@ hyprland:
|
|||
@just rofi
|
||||
|
||||
|
||||
[linux]
|
||||
fcitx:
|
||||
[ -d {{XDG_CONFIG_HOME}}/fcitx5 ] && mv {{XDG_CONFIG_HOME}}/fcitx {{XDG_CONFIG_HOME}}/fcitx5.bak
|
||||
{{LN}} {{DOTFILES}}/platforms/linux/fcitx5 {{XDG_CONFIG_HOME}}/fcitx5
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ screen:
|
|||
thunderbird:
|
||||
{{CURL}} https://github.com/wshanks/tbkeys/releases/download/v2.4.0/tbkeys.xpi {{CURL_OUT}} "$HOME/Downloads/tbkeys.xpi"
|
||||
{{CURL}} https://github.com/htyxyt/htyxyt-immersive-translate-Thunderbird/releases/download/thunderbird-v1.14.8/immersive-translate-Thunderbird.v1.14.8.xpi {{CURL_OUT}} "$HOME/Downloads/immersive-translate-Thunderbird.xpi"
|
||||
{{CURL}} https://raw.githubusercontent.com/catppuccin/thunderbird/refs/heads/main/themes/mocha/mocha-lavender.xpi {{CURL_OUT}} "$HOME/Downloads/thunderbird-dark.xpi"
|
||||
cat {{DOTFILES}}/tools/thunderbird/tbkeys.json | {{CLIP}}
|
||||
|
||||
wezterm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue