https://github.com/biobuddies/asdf-zed
asdf version manager plugin for the zed editor
https://github.com/biobuddies/asdf-zed
asdf bash zed-editor
Last synced: about 1 month ago
JSON representation
asdf version manager plugin for the zed editor
- Host: GitHub
- URL: https://github.com/biobuddies/asdf-zed
- Owner: biobuddies
- License: mit
- Created: 2024-10-06T18:36:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-31T12:10:41.000Z (6 months ago)
- Last Synced: 2026-01-04T17:57:17.985Z (5 months ago)
- Topics: asdf, bash, zed-editor
- Language: Shell
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-zed [](https://github.com/biobuddies/asdf-zed/actions/workflows/build.yaml) [](https://github.com/biobuddies/asdf-zed/actions/workflows/lint.yaml)
[zed](https://zed.dev/) plugin for the [asdf version manager](https://asdf-vm.com).
# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add zed
# or
asdf plugin add zed https://github.com/biobuddies/asdf-zed.git
```
zed:
```shell
# Show all installable versions
asdf list all zed
# Install specific version
asdf install zed latest
# Set a version globally (on your ~/.tool-versions file)
asdf set --home zed latest
# Now zed commands are available
zed --help
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install and manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/biobuddies/asdf-zed/graphs/contributors)!