From 2fc28c8e16e25afefdb2689068e84aa4565c4d01 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 22 Nov 2022 01:20:11 +0000 Subject: [PATCH] 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 --- dotfiles/.config/asdf/default-cargo-pkgs | 3 +-- .../share/chezmoi/private_dot_config/asdf/asdfrc.tmpl | 9 +++++++++ .../chezmoi/private_dot_config/asdf/default-cargo-pkgs | 1 + .../chezmoi/private_dot_config/asdf/default-golang-pkgs | 8 ++++++++ .../chezmoi/private_dot_config/asdf/default-python-pkgs | 1 + .../chezmoi/private_dot_config/asdf/default-ruby-pkgs | 1 + 6 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 dotfiles/.local/share/chezmoi/private_dot_config/asdf/asdfrc.tmpl create mode 100644 dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-cargo-pkgs create mode 100644 dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-golang-pkgs create mode 100644 dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-python-pkgs create mode 100644 dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-ruby-pkgs diff --git a/dotfiles/.config/asdf/default-cargo-pkgs b/dotfiles/.config/asdf/default-cargo-pkgs index cd0df420..8b137891 100644 --- a/dotfiles/.config/asdf/default-cargo-pkgs +++ b/dotfiles/.config/asdf/default-cargo-pkgs @@ -1,2 +1 @@ -ripgrep ---git https://github.com/sharkdp/bat + diff --git a/dotfiles/.local/share/chezmoi/private_dot_config/asdf/asdfrc.tmpl b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/asdfrc.tmpl new file mode 100644 index 00000000..38d173c4 --- /dev/null +++ b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/asdfrc.tmpl @@ -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 -}} diff --git a/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-cargo-pkgs b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-cargo-pkgs new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-cargo-pkgs @@ -0,0 +1 @@ + diff --git a/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-golang-pkgs b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-golang-pkgs new file mode 100644 index 00000000..149ad0ba --- /dev/null +++ b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-golang-pkgs @@ -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 diff --git a/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-python-pkgs b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-python-pkgs new file mode 100644 index 00000000..e079f8a6 --- /dev/null +++ b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-python-pkgs @@ -0,0 +1 @@ +pytest diff --git a/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-ruby-pkgs b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-ruby-pkgs new file mode 100644 index 00000000..b841526f --- /dev/null +++ b/dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-ruby-pkgs @@ -0,0 +1 @@ +bundler