- bash
- busybox
- curl
- findutils
- Just
cargo install just
- Rust (rustup)
# Install the dependencies
sudo apt-get update && sudo apt-get install -y \
bash \
busybox \
curl \
findutils \
just \
rustup
# Install the latest stable cargo & rustc (>=1.82)
rustup default stable
# Install the dependencies
winget install -e --id Git.Git # git (bash, curl, findutils)
winget install -e --id frippery.busybox-w32 # busybox
winget install -e --id Casey.Just # just
winget install -e --id Rustlang.Rustup # rustup
# Install the latest stable cargo & rustc (>=1.82)
rustup default stable
On your bash shell, type below:
just run editor.base
Please check our LICENSE file.