From cf19e455a1dbeb190c481d88f4c8b40b5cf922b6 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 1 Oct 2024 12:44:39 +0200 Subject: [PATCH] replace with git repo path --- .chezmoiexternal.toml | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) 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"