diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-23 23:33:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-23 23:33:54 +0300 |
| commit | 433672a739dc0c7505b5e87d41738b1bbb795e0f (patch) | |
| tree | ff166321fdbab078ef7183391238be0ccb7ce08e | |
| parent | 8eaabba1d988dd4262e78ba98ed7da241ef8b450 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 6 | ||||
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index be32f3e..811b070 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -64,6 +64,12 @@ function supersync::taskwarrior taskwarrior::import end +function supersync::gitsyncer + if test -f ~/.gitsyncer_enable + ~/go/bin/gitsyncer --full + end +end + function supersync supersync::worktime sync_quotes supersync::taskwarrior diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index 41e0012..1dbfc3e 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -3,5 +3,6 @@ function update::tools go install golang.org/x/tools/cmd/goimports@latest go install codeberg.org/snonux/tasksamurai/cmd/tasksamurai@latest go install codeberg.org/snonux/gos/cmd/gos@latest + go install codeberg.org/snonux/gitsyncer/cmd/gitsyncer@latest doas npm i -g @anthropic-ai/claude-code 2 end |
