Update .local/share/chezmoi/home/private_dot_config/asdf/default-npm-packages, .local/share/chezmoi/home/private_dot_config/asdf/default-python-pkgs, .local/share/chezmoi/home/private_dot_config/asdf/default-ruby-pkgs, .local/share/chezmoi/home/private_dot_config/asdf/default-golang-pkgs, .local/share/chezmoi/home/private_dot_config/asdf/default-cargo-pkgs
This commit is contained in:
parent
ad3f4e81b7
commit
d4367449e6
5 changed files with 7 additions and 4 deletions
|
@ -1 +1 @@
|
|||
|
||||
# Default Cargo packages installed whenever ASDF Rust version is changed
|
||||
|
|
|
@ -1 +1 @@
|
|||
|
||||
# Default Go packages installed whenever ASDF Go version is changed
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
|
||||
# Default NPM packages installed whenever ASDF Node version is changed
|
||||
# Note: Prefer using Volta since it does not have to reinstall the CLIs when switching versions
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
# Default Python packages installed whenever ASDF Python version is changed
|
||||
# Note: Prefer using PIPX since it does not have to reinstall the CLIs when switching versions
|
||||
pytest
|
||||
|
|
|
@ -1 +1 @@
|
|||
|
||||
# Default Ruby Gem packages installed whenever ASDF Ruby version is changed
|
||||
|
|
Loading…
Reference in a new issue