mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
refactor: use rtx to manage Go, Python, NodeJS, and more
This means g, pyenv, and volta are gone. And a lot of other tools previously installed with zinit are also installed with rtx now instead. This includes starship, direnv, shfmt, jq, and more.
This commit is contained in:
@@ -15,6 +15,7 @@ SYMLINKS=(
|
||||
bitbar
|
||||
coffeelint.json
|
||||
config/kitty/kitty.conf
|
||||
config/rtx/config.toml
|
||||
config/solargraph/config.yml
|
||||
config/starship.toml
|
||||
erlang
|
||||
@@ -28,7 +29,6 @@ SYMLINKS=(
|
||||
irbrc
|
||||
peco
|
||||
powconfig
|
||||
prettierrc.js
|
||||
pryrc
|
||||
reek.yml
|
||||
rspec
|
||||
@@ -36,6 +36,7 @@ SYMLINKS=(
|
||||
rustfmt.toml
|
||||
tmux
|
||||
tmux.conf
|
||||
tool-versions
|
||||
zshenv
|
||||
zshrc
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user