Skip to content

Commit

Permalink
Use rtx
Browse files Browse the repository at this point in the history
  • Loading branch information
yammerjp committed May 30, 2023
1 parent 8831d59 commit 6a6951c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .config/rtx/config.toml
@@ -0,0 +1,11 @@
[tools]
awscli = ['latest']
go = ['latest']
# heroku-cli = ['latest']
nodejs = ['latest', 'lts']
ruby = ['latest', '2.7.8']
php = ['latest', '7.4.33']
terraform = ['latest', '1.0.5', '1.3.1', '1.3.3', '1.3.4', '1.3.6', '1.3.7']
[settings]
jobs = 4
experimental = true
8 changes: 4 additions & 4 deletions .config/sheldon/plugins.toml
Expand Up @@ -30,10 +30,10 @@ fpath-completions = "fpath=({{ dir }}/completions $fpath )"
github = "TheLocehiliosan/yadm"
apply = [ "fpath-completion-zsh", "path" ]

[plugins.asdf]
github = "asdf-vm/asdf"
use = ["asdf.sh"]
apply = [ "fpath-completions", "source" ]
# [plugins.asdf]
# github = "asdf-vm/asdf"
# use = ["asdf.sh"]
# apply = [ "fpath-completions", "source" ]

[plugins.sheldon-completion]
inline = """
Expand Down
4 changes: 4 additions & 0 deletions .zshrc
Expand Up @@ -35,3 +35,7 @@ if (which zprof > /dev/null) ;then
fi

alias ztime="time (ZSH_TIME=true zsh -i -c exit)"

if (which rtx > /dev/null); then
eval "$(rtx activate zsh)"
fi

0 comments on commit 6a6951c

Please sign in to comment.