From 069479ccc74bd4d92fa8b7c84af960b37261209f Mon Sep 17 00:00:00 2001 From: shokinn Date: Wed, 13 Aug 2025 09:47:03 +0200 Subject: [PATCH] Add tool-versions file and update zshrc and Brewfile for asdf integration --- config.yaml | 4 ++++ config/brew/Brewfile | 1 + dotfiles/tool-versions | 2 ++ dotfiles/zshrc | 1 + 4 files changed, 8 insertions(+) create mode 100644 dotfiles/tool-versions diff --git a/config.yaml b/config.yaml index 0ea8586..da3b947 100644 --- a/config.yaml +++ b/config.yaml @@ -143,6 +143,9 @@ dotfiles: src: ssh/config dst: ~/.ssh/config chmod: '600' + f_tool-versions: + src: tool-versions + dst: ~/.tool-versions profiles: meta_base: variables: @@ -157,6 +160,7 @@ profiles: - f_powerlevel10krc - f_rmquarantine - f_secretfiles + - f_tool-versions - f_vimrc - f_zprofile - f_zshenv diff --git a/config/brew/Brewfile b/config/brew/Brewfile index d0a6d41..96a606c 100644 --- a/config/brew/Brewfile +++ b/config/brew/Brewfile @@ -1,3 +1,4 @@ +brew "asdf" brew "asciinema" brew "age" brew "bat" diff --git a/dotfiles/tool-versions b/dotfiles/tool-versions new file mode 100644 index 0000000..c885a00 --- /dev/null +++ b/dotfiles/tool-versions @@ -0,0 +1,2 @@ +nodejs 24.4.1 +golang 1.24.5 diff --git a/dotfiles/zshrc b/dotfiles/zshrc index facef7c..9582426 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -80,6 +80,7 @@ ZOXIDE_CMD_OVERRIDE="cd" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( + asdf aws colored-man-pages cp