From 2890164f67c523283c6f452f7cbc05c417c3ac3a Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 17 Dec 2023 23:31:59 +0000 Subject: [PATCH] add .chezmoiexternal.toml for automatic download git repositorys --- .chezmoiexternal.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .chezmoiexternal.toml diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml new file mode 100644 index 0000000..6c6955c --- /dev/null +++ b/.chezmoiexternal.toml @@ -0,0 +1,17 @@ +[".zsh/zsh-autosuggestions"] + type = "archive" + url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz" + exact = true + stripComponents = 1 + 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 + refreshPeriod = "168h" +[".fzf"] + type = "archive" + url = "https://github.com/junegunn/fzf/archive/master.tar.gz" + exact = true + stripComponents = 1