mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(rtx): setup default ruby gems and go packages
This commit is contained in:
3
default-gems
Normal file
3
default-gems
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Default Gems installed by rtx when installing new Ruby versions.
|
||||||
|
foreman
|
||||||
|
rubocop
|
||||||
4
default-go-packages
Normal file
4
default-go-packages
Normal 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
|
||||||
@@ -18,6 +18,8 @@ SYMLINKS=(
|
|||||||
config/rtx/config.toml
|
config/rtx/config.toml
|
||||||
config/solargraph/config.yml
|
config/solargraph/config.yml
|
||||||
config/starship.toml
|
config/starship.toml
|
||||||
|
default-gems
|
||||||
|
default-go-packages
|
||||||
erlang
|
erlang
|
||||||
gemrc
|
gemrc
|
||||||
gitconfig
|
gitconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user