Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/asdf-granted
asdf plugin for granted
https://github.com/dex4er/asdf-granted
asdf hacktoberfest
Last synced: 11 days ago
JSON representation
asdf plugin for granted
- Host: GitHub
- URL: https://github.com/dex4er/asdf-granted
- Owner: dex4er
- License: mit
- Created: 2022-10-26T12:42:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T18:52:13.000Z (about 1 year ago)
- Last Synced: 2024-10-28T09:02:20.827Z (about 2 months ago)
- Topics: asdf, hacktoberfest
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-granted
[![CI](https://github.com/dex4er/asdf-granted/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-granted/actions/workflows/ci.yml)
[granted](https://granted.dev/) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
## Install
```shell
asdf plugin-add granted https://github.com/dex4er/asdf-granted.git
asdf install granted latest
asdf global granted latest
```## Configuration
### Bash
Add
```shell
alias assume='source $(asdf which assume)'
```to `~/.profile` or `~/.bashrc` or `~/.bash_profile`.
### Fish
Add
```shell
alias assume='source $(asdf which assume.fish)'
```to `~/.config/fish/config.fish`.
## Use
Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions.