An open API service indexing awesome lists of open source software.

https://github.com/unixorn/jpb-screen-utils.zshplugin

ZSH plugin with my screen helpers
https://github.com/unixorn/jpb-screen-utils.zshplugin

Last synced: 3 months ago
JSON representation

ZSH plugin with my screen helpers

Awesome Lists containing this project

README

        

# jpb-screen-utils.zshplugin
ZSH plugin with my screen helpers

Screen helpers I use in my zsh config

## Installation

### [Antigen](https://github.com/zsh-users/antigen)

Add `antigen bundle unixorn/jpb-screen-utils.zshplugin` to your `.zshrc` file. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running zsh with `antigen bundle unixorn/jpb-screen-utils.zshplugin` for testing before adding it to your `.zshrc`.

### [Oh-My-Zsh](http://ohmyz.sh/)

1. `cd ~/.oh-my-zsh/custom/plugins`
2. `git clone [email protected]:unixorn/jpb-screen-utils.zshplugin.git`
3. Add the repo to your plugin list

### [Zgen](https://github.com/tarjoilija/zgen)

Add `zgen load unixorn/jpb-screen-utils.zshplugin` to your `.zshrc` file in the same function you're doing your other `zgen load` calls in.

### [zplug](https://github.com/b4b4r07/zplug)

Add `zplug "unixorn/jpb-screen-utils.zshplugin"` to your .zshrc file.