Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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