install
Get it running
You'll need macOS and the Rust toolchain. No package manager, no plugin install step.
01 · requirement
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
02 · clone
Get the source
git clone https://github.com/SYOP200/astra-shell
03 · build
Compile a release build
cd astra-shell && cargo build --release
04 · run
Launch Astra
./target/release/astra
configuration
Astra reads settings from a single file at ~/.astrarc:
theme = "default"
git_prompt = true
history_size = 5000