starship/README.md

29 lines
484 B
Markdown
Raw Normal View History

2019-04-04 00:14:26 +00:00
<h3 align="center">Starship ✨🚀</h3>
2019-04-13 04:33:50 +00:00
<p align="center">The cross-shell prompt for astronauts.</p>
2019-04-02 03:23:03 +00:00
---
This is very much work in progress, so please don't try to use it just yet!
2019-04-13 04:33:50 +00:00
## Setup
### Prerequisites
- Rust v1.33 or higher
- Fisher v3
### Getting Started
1. `cd` to the root of the **starship** repo
1. Install the **starship** binary:
```bash
cargo install --path .
```
1. Install the fish shell prompt with fisher:
```bash
fisher $PWD
```