diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index e90bd42..87bf361 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -1,30 +1,20 @@ [".tmux"] - type = "archive" - url = "https://github.com/gpakosz/.tmux/archive/master.tar.gz" - exact = true - stripComponents = 1 + type = "git-repo" + url = "https://github.com/gpakosz/.tmux.git" refreshPeriod = "168h" [".zsh/zsh-autosuggestions"] - type = "archive" - url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz" - exact = true - stripComponents = 1 + type = "git-repo" + url = "https://github.com/zsh-users/zsh-autosuggestions.git" refreshPeriod = "168h" [".zsh/zsh-syntax-highlighting"] - type = "archive" - url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz" - exact = true - stripComponents = 1 + type = "git-repo" + url = "https://github.com/zsh-users/zsh-syntax-highlighting.git" refreshPeriod = "168h" [".fzf"] - type = "archive" - url = "https://github.com/junegunn/fzf/archive/master.tar.gz" - exact = true - stripComponents = 1 + type = "git-repo" + url = "https://github.com/junegunn/fzf.git" refreshPeriod = "168h" [".config/nvim"] - type = "archive" - url = "https://github.com/AstroNvim/template/archive/refs/heads/main.zip" - exact = true - stripComponents = 1 + type = "git-repo" + url = "https://github.com/AstroNvim/template.git" refreshPeriod = "168h"