https://github.com/joshbolduc/zomboshell
This is ZomboShell
https://github.com/joshbolduc/zomboshell
shell zombocom
Last synced: about 2 months ago
JSON representation
This is ZomboShell
- Host: GitHub
- URL: https://github.com/joshbolduc/zomboshell
- Owner: joshbolduc
- License: mit
- Created: 2018-06-08T04:58:11.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T02:40:57.000Z (over 5 years ago)
- Last Synced: 2025-03-18T16:56:44.247Z (over 1 year ago)
- Topics: shell, zombocom
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is ZomboShell
Welcome.
## Install
```shell
npm install -g zomboshell
```
## Usage
```shell
zomboshell [--color|--no-color]
```
## Set as default shell
```shell
chsh -s $(which zomboshell)
```