📌 build(asdf): Install asdf
This commit is contained in:
parent
cfbccadb87
commit
f88151a904
4 changed files with 9 additions and 0 deletions
3
.config/fish/conf.d/30-asdf.fish
Normal file
3
.config/fish/conf.d/30-asdf.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
source /opt/asdf-vm/asdf.fish
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -79,3 +79,4 @@ go/pkg
|
|||
.config/systemd/
|
||||
.config/tmux/plugins/
|
||||
.config/luarocks/lib/
|
||||
.asdf/
|
||||
|
|
3
.plugin-versions
Normal file
3
.plugin-versions
Normal file
|
@ -0,0 +1,3 @@
|
|||
# plugin-name git-url git-ref
|
||||
asdf-plugin-manager https://github.com/asdf-community/asdf-plugin-manager.git 0ea8bb5
|
||||
php https://github.com/asdf-community/asdf-php.git 1eaf4de
|
2
.tool-versions
Normal file
2
.tool-versions
Normal file
|
@ -0,0 +1,2 @@
|
|||
asdf-plugin-manager 1.3.0
|
||||
php 8.3.3
|
Loading…
Reference in a new issue