Update dotfiles/.local/share/chezmoi/private_dot_config/asdf/asdfrc.tmpl, dotfiles/.config/asdf/default-cargo-pkgs, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-golang-pkgs, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-python-pkgs, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-ruby-pkgs, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-cargo-pkgs
This commit is contained in:
parent
5c45253510
commit
2fc28c8e16
6 changed files with 21 additions and 2 deletions
|
@ -1,2 +1 @@
|
||||||
ripgrep
|
|
||||||
--git https://github.com/sharkdp/bat
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
# See the docs for explanations: https://asdf-vm.com/manage/configuration.html
|
||||||
|
|
||||||
|
# Use plugin fallback to legacy version files (.ruby-version) if available
|
||||||
|
legacy_version_file = yes
|
||||||
|
# Use release candidate rather than latest semantic version
|
||||||
|
use_release_candidates = yes
|
||||||
|
{{ if and (eq .host.distro.family "darwin") (not .host.restricted) -}}
|
||||||
|
java_macos_integration_enable = yes
|
||||||
|
{{ end -}}
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest
|
||||||
|
github.com/ramya-rao-a/go-outline@latest
|
||||||
|
github.com/cweill/gotests/...@latest
|
||||||
|
github.com/fatih/gomodifytags@latest
|
||||||
|
github.com/josharian/impl@latest
|
||||||
|
github.com/go-delve/delve/cmd/dlv@latest
|
||||||
|
golang.org/x/tools/gopls@latest
|
||||||
|
honnef.co/go/tools/cmd/staticcheck@latest
|
|
@ -0,0 +1 @@
|
||||||
|
pytest
|
|
@ -0,0 +1 @@
|
||||||
|
bundler
|
Loading…
Reference in a new issue