fernando-debian/brush
Project ID: 233955
Description
brush (Bo(u)rn(e) RUsty SHell) is a modern bash- and POSIX- compatible shell written in Rust. Run your existing scripts and .bashrc unchanged -- with syntax highlighting and auto-suggestions built in.
Installation Instructions
Add the COPR repository:
sudo dnf copr enable fernando-debian/brush
Install the software:
sudo dnf install brush
Change the Shell
sudo tee -a /etc/shells > /dev/null <<'EOF'
/usr/bin/brush
EOF
Change your user's shell (DO NOT USE SUDO)
chsh -s $(which brush) $USER
Change the ROOT user's shell (USE SUDO NOW)
sudo chsh -s $(which brush)
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
Fedora 43
|
aarch64 (0)*, x86_64 (0)* | Fedora 43 (0 downloads) |
Fedora 44
|
aarch64 (0)*, x86_64 (6)* | Fedora 44 (4 downloads) |
Fedora rawhide
|
aarch64 (0)*, x86_64 (0)* | Fedora rawhide (0 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable fernando-debian/brush
More info about enabling Copr repositories
Fedora 43