Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboyd/zsh-volta
Zsh plugin to seamlessly install and configure volta
https://github.com/cowboyd/zsh-volta
antigen nodejs shell volta zimfw zinit zsh-configuration zsh-plugin zsh-plugins zshell
Last synced: about 1 month ago
JSON representation
Zsh plugin to seamlessly install and configure volta
- Host: GitHub
- URL: https://github.com/cowboyd/zsh-volta
- Owner: cowboyd
- License: mit
- Created: 2020-12-31T20:45:52.000Z (almost 4 years ago)
- Default Branch: v1
- Last Pushed: 2021-05-18T19:02:53.000Z (over 3 years ago)
- Last Synced: 2024-09-29T08:05:00.021Z (about 2 months ago)
- Topics: antigen, nodejs, shell, volta, zimfw, zinit, zsh-configuration, zsh-plugin, zsh-plugins, zshell
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zsh-volta
===========Seamlessly add the excellent [Volta][1] node toolchain manager to your
environment. This plugin will install Volta if you do not have it
installed already.### Installation
Add the following to your zsh plugin manager. for example:
``` shell
# antigen
antigen bundle cowboyd/zsh-volta --branch v1# zim
zmodule cowboyd/zsh-volta# zplug
zplug "cowboyd/zsh-volta", from:github
```Volta will be installed and configured for future shell sessions.
[1]: https://volta.sh