change dotfile manager to tuckr

This commit is contained in:
Alexander Navarro 2025-04-07 13:04:13 -04:00
parent 5efa1c4ce5
commit f181cd388a
206 changed files with 18 additions and 1329 deletions

View file

@ -0,0 +1,11 @@
[tools]
node = 'lts'
# python = {version='3', virtualenv='.venv'}
python = {version='3'} # setting virtualenv adds a virtualenv in every directory
# php = "8.2"
go = "latest"
[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")