Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robiot/zash
A Zuper Awesome Shell
https://github.com/robiot/zash
linux rust shell zash
Last synced: about 1 month ago
JSON representation
A Zuper Awesome Shell
- Host: GitHub
- URL: https://github.com/robiot/zash
- Owner: robiot
- License: gpl-3.0
- Created: 2021-10-28T19:19:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T11:00:58.000Z (over 1 year ago)
- Last Synced: 2024-11-21T04:52:07.632Z (about 2 months ago)
- Topics: linux, rust, shell, zash
- Language: Rust
- Homepage: https://git.io/zash-shell
- Size: 143 KB
- Stars: 33
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zash - A Zuper Awesome Unix Shell
![Img](https://img.shields.io/aur/version/zash)![Example](https://raw.githubusercontent.com/robiot/zash/main/img/example.png)
## Installation
### Arch:
```
yay -S zash
```
*Paru seems to have some problems running the post_install hook, so yay is recommended.*### To set zash as your default shell
```
chsh -s /usr/bin/zash
```