From 9166166371da7c527bc3aefac6dc18ceb18f7f04 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 13 Oct 2024 02:32:18 -0500 Subject: [PATCH] add asdf plugin, tool-versions tracking --- dot_tool-versions | 1 + dot_zshrc.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 dot_tool-versions diff --git a/dot_tool-versions b/dot_tool-versions new file mode 100644 index 0000000..966f7af --- /dev/null +++ b/dot_tool-versions @@ -0,0 +1 @@ +nodejs 22.9.0 diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 233be10..b2167b6 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -23,9 +23,9 @@ zstyle ':omz:update' frequency 7 # DISABLE_UNTRACKED_FILES_DIRTY="true" # HIST_STAMPS="mm/dd/yyyy" -plugins=(git yarn golang sudo zoxide bun node npm zsh-autosuggestions brew F-Sy-H) +plugins=(git asdf yarn golang sudo zoxide bun node npm zsh-autosuggestions brew F-Sy-H) source $ZSH/oh-my-zsh.sh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # configure with `p10k configure` -{{ template "scripts/commonrc.sh.tmpl" "zsh" }} \ No newline at end of file +{{ template "scripts/commonrc.sh.tmpl" "zsh" }}