Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstacruz/fish-asdf
Fish shell integrations for asdf version manager
https://github.com/rstacruz/fish-asdf
fish fisherman
Last synced: 1 day ago
JSON representation
Fish shell integrations for asdf version manager
- Host: GitHub
- URL: https://github.com/rstacruz/fish-asdf
- Owner: rstacruz
- License: mit
- Created: 2017-10-24T08:27:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T01:14:33.000Z (6 months ago)
- Last Synced: 2025-01-17T07:05:15.954Z (9 days ago)
- Topics: fish, fisherman
- Language: Shell
- Size: 10.7 KB
- Stars: 41
- Watchers: 2
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fish-asdf
> Fish shell integrations for [asdf] version manager
[asdf]: https://github.com/asdf-vm/asdf
This allows you to use asdf version manager for Fish in a set up managed by [Fisher](https://github.com/jorgebucaran/fisher). Instead of modifying your `config.fish`, use this plugin instead.
## Install
Install asdf version manager according to its instructions. As of v0.4.0, that is:
```bash
# NOTE: check https://github.com/asdf-vm/asdf for updated installation instructions!
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.4.0
```Using [Fisher](https://github.com/jorgebucaran/fisher), install the plugin:
```bash
fisher install rstacruz/fish-asdf
```## Thanks
**fish-asdf** © 2022, Rico Sta. Cruz. Released under the [MIT] License.
Authored and maintained by Rico Sta. Cruz with help from contributors ([list][contributors]).> [ricostacruz.com](http://ricostacruz.com) ·
> GitHub [@rstacruz](https://github.com/rstacruz) ·
> Twitter [@rstacruz](https://twitter.com/rstacruz)[![](https://img.shields.io/github/followers/rstacruz.svg?style=social&label=@rstacruz)](https://github.com/rstacruz)
[![](https://img.shields.io/twitter/follow/rstacruz.svg?style=social&label=@rstacruz)](https://twitter.com/rstacruz)[MIT]: http://mit-license.org/
[contributors]: http://github.com/rstacruz/fish-asdf/contributors