comparison .chezmoiscripts/run_onchange_after_20-install-asdf-plugins.sh.tmpl @ 680:723e5bae256b

Install asdf direnv
author zegervdv <zegervdv@me.com>
date Sat, 01 Oct 2022 22:21:13 +0200
parents c6b8132ce55f
children e486254ef420
comparison
equal deleted inserted replaced
679:73794161338c 680:723e5bae256b
15 asdf_plugin_add python 15 asdf_plugin_add python
16 asdf_plugin_add neovim 16 asdf_plugin_add neovim
17 asdf_plugin_add direnv 17 asdf_plugin_add direnv
18 18
19 asdf install 19 asdf install
20 asdf direnv setup --shell zsh --version latest
21
20 asdf reshim 22 asdf reshim
21 23
22 {{ end -}} 24 {{ end -}}