From 0bd22877fbc407fc3565581c20d3acd5f72518ae Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 3 Jan 2025 21:55:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20change=20asdf=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chezmoi/.chezmoiexternal.toml | 46 +++++++++++++++-------------------- 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/chezmoi/.chezmoiexternal.toml b/chezmoi/.chezmoiexternal.toml index 45f85ff..0a394e3 100644 --- a/chezmoi/.chezmoiexternal.toml +++ b/chezmoi/.chezmoiexternal.toml @@ -1,30 +1,24 @@ -[".asdf"] - type = "git-repo" - url = "https://github.com/asdf-vm/asdf.git" - exact = true - stripComponents = 1 - refreshPeriod = "24h" [".config/emacs"] - type = "git-repo" - url = "https://github.com/doomemacs/doomemacs" - exact = true - stripComponents = 1 - refreshPeriod = "24h" +type = "git-repo" +url = "https://github.com/doomemacs/doomemacs" +exact = true +stripComponents = 1 +refreshPeriod = "24h" [".config/tmux/plugins/tpm"] - type = "git-repo" - url = "https://github.com/tmux-plugins/tpm.git" - exact = true - stripComponents = 1 - refreshPeriod = "24h" +type = "git-repo" +url = "https://github.com/tmux-plugins/tpm.git" +exact = true +stripComponents = 1 +refreshPeriod = "24h" [".oh-my-zsh"] - type = "git-repo" - url = "https://github.com/ohmyzsh/ohmyzsh.git" - exact = true - stripComponents = 1 - refreshPeriod = "24h" +type = "git-repo" +url = "https://github.com/ohmyzsh/ohmyzsh.git" +exact = true +stripComponents = 1 +refreshPeriod = "24h" [".oh-my-zsh/custom/plugins/zsh-autosuggestions"] - type = "git-repo" - url = "https://github.com/zsh-users/zsh-autosuggestions.git" - exact = true - stripComponents = 1 - refreshPeriod = "24h" +type = "git-repo" +url = "https://github.com/zsh-users/zsh-autosuggestions.git" +exact = true +stripComponents = 1 +refreshPeriod = "24h"