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" }}