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
- Host: GitHub
- URL: https://github.com/unixorn/jpb-screen-utils.zshplugin
- Owner: unixorn
- License: bsd-2-clause
- Created: 2015-03-25T01:52:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T02:15:59.000Z (about 9 years ago)
- Last Synced: 2025-01-29T09:22:22.583Z (5 months ago)
- Language: Shell
- 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
# jpb-screen-utils.zshplugin
ZSH plugin with my screen helpersScreen 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.