mirror of
https://github.com/shokinn/.files.git
synced 2025-08-23 03:03:20 +00:00
Add tool-versions file and update zshrc and Brewfile for asdf integration
This commit is contained in:
parent
ef285f1105
commit
069479ccc7
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
brew "asdf"
|
||||
brew "asciinema"
|
||||
brew "age"
|
||||
brew "bat"
|
||||
|
|
2
dotfiles/tool-versions
Normal file
2
dotfiles/tool-versions
Normal file
|
@ -0,0 +1,2 @@
|
|||
nodejs 24.4.1
|
||||
golang 1.24.5
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue