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: 8 months 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 5 years ago)
- Default Branch: v1
- Last Pushed: 2021-01-29T05:56:10.000Z (almost 5 years ago)
- Last Synced: 2024-10-03T12:26:10.694Z (about 1 year 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
- awesome-zsh-plugins - rust (cowboyd) - Configure your [rust](https://www.rust-lang.org/) toolchain, installing [rustup](https://rustup.rs) if it is not currently installed already. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - rust (cowboyd) - Configure your 🌎 [rust](www.rust-lang.org/) toolchain, installing 🌎 [rustup](rustup.rs) if it is not currently installed already. (Plugins / ZSH on Windows)
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