Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 17 hours 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 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T16:49:47.000Z (over 3 years ago)
- Last Synced: 2024-04-16T06:46:02.616Z (7 months ago)
- Topics: shell, unix, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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.