fix(sofmani): no need to link lazygit config

This commit is contained in:
2026-03-30 15:03:12 +03:00
parent fb2d1d0e6c
commit 81ae039f5b

View File

@@ -47,16 +47,6 @@ install:
command: cp "$HOME/.config/tmux_{{ .DeviceIDAlias }}.yml" ~/.config/tmux_local.yml
update_command: cp "$HOME/.config/tmux_{{ .DeviceIDAlias }}.yml" ~/.config/tmux_local.yml
- name: lazygit-config
type: shell
tags: lazygit lazygit-config config
skip_summary:
update: true
opts:
check_installed: test -L "$LAZYGIT_HOME/config.yml"
command: ln -sf "$HOME/.config/lazygit.yml" "$LAZYGIT_HOME/config.yml"
update_command: ln -sf "$HOME/.config/lazygit.yml" "$LAZYGIT_HOME/config.yml"
- name: osx-defaults
type: shell
tags: system