Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboyd/zsh-rust
zsh plugin to setup your rust toolchain
https://github.com/cowboyd/zsh-rust
rust rust-lang rustup zsh zsh-plugin
Last synced: 14 days ago
JSON representation
zsh plugin to setup your rust toolchain
- Host: GitHub
- URL: https://github.com/cowboyd/zsh-rust
- Owner: cowboyd
- License: mit
- Created: 2021-01-28T00:42:34.000Z (almost 4 years ago)
- Default Branch: v1
- Last Pushed: 2021-01-29T05:56:10.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T12:26:10.694Z (3 months ago)
- Topics: rust, rust-lang, rustup, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zsh-rust
===========Configure your rust toolchain, installing [rustup][1] if it is not
currently installed already.### Installation
Add the following to your zsh plugin manager. for example:
``` shell
# antigen
antigen bundle cowboyd/zsh-rust# zim
zmodule cowboyd/zsh-rust
````rustup` as well as a default rust toolchain will be installed and
configured for future shell sessions.[1]: https://rustup.rs