https://github.com/redxtech/zsh-unix-simple
A zsh plugin that provides a function shows a graphic about unix.
https://github.com/redxtech/zsh-unix-simple
shell unix zsh zsh-plugin
Last synced: about 1 month ago
JSON representation
A zsh plugin that provides a function shows a graphic about unix.
- Host: GitHub
- URL: https://github.com/redxtech/zsh-unix-simple
- Owner: redxtech
- License: mit
- Created: 2021-06-06T20:16:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T16:49:47.000Z (over 4 years ago)
- Last Synced: 2025-03-05T03:43:05.496Z (9 months ago)
- Topics: shell, unix, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - unix-simple - A command that shows a graphic about the simplicity of unix. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - unix-simple - A command that shows a graphic about the simplicity of unix. (Plugins / ZSH on Windows)
README
# unix-simple
> unix-simple is a zsh plugin that provides a function shows a graphic about unix
## Installing
### zinit
Add this to your zinit config (.zshrc):
```zsh
zinit light redxtech/zsh-unix-simple
# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-unix-simple
```
### oh-my-zsh
Install it with your favourite zsh package manager, or clone it directly to your
`$ZSH_CUSTOM/plugins` directory with git, and add `zsh-unix-simple` to the plugins
array in your `.zshrc` file:
```zsh
plugins=(... zsh-unix-simple)
```
## Usage
`unix-simple` is very easy to use, simply run the command:
```zsh
unix-simple
```
## Author
**unix-simple** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.