feat(rtx): setup default ruby gems and go packages

This commit is contained in:
2023-09-18 11:36:39 +01:00
parent 0effd071f3
commit c137a5978a
3 changed files with 9 additions and 0 deletions

3
default-gems Normal file
View File

@@ -0,0 +1,3 @@
# Default Gems installed by rtx when installing new Ruby versions.
foreman
rubocop

4
default-go-packages Normal file
View File

@@ -0,0 +1,4 @@
# Default Go packages installed by rtx when installing new Go versions.
github.com/nametake/golangci-lint-langserver@latest
golang.org/x/tools/cmd/goimports@latest
golang.org/x/tools/gopls@latest

View File

@@ -18,6 +18,8 @@ SYMLINKS=(
config/rtx/config.toml
config/solargraph/config.yml
config/starship.toml
default-gems
default-go-packages
erlang
gemrc
gitconfig