change nvm to rtx
This commit is contained in:
parent
23dc5489a1
commit
cad6118609
4 changed files with 2702 additions and 14 deletions
8
config/rtx/config.toml
Normal file
8
config/rtx/config.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[tools]
|
||||
node = 'lts'
|
||||
# python = {version='3', virtualenv='.venv'}
|
||||
|
||||
[settings]
|
||||
[alias.node]
|
||||
my_custom_node = '20' # makes `rtx install node@my_custom_node` install node-20.x
|
||||
# this can also be specified in a plugin (see below in "Aliases")
|
||||
Loading…
Add table
Add a link
Reference in a new issue