https://github.com/aubreypwd/zsh-plugin-my-config
My ZSH config as a plugin.
https://github.com/aubreypwd/zsh-plugin-my-config
zsh-configuration zsh-plugin zsh-prompt
Last synced: 6 months ago
JSON representation
My ZSH config as a plugin.
- Host: GitHub
- URL: https://github.com/aubreypwd/zsh-plugin-my-config
- Owner: aubreypwd
- Created: 2022-06-29T20:14:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:04:51.000Z (11 months ago)
- Last Synced: 2024-10-28T18:42:19.694Z (11 months ago)
- Topics: zsh-configuration, zsh-plugin, zsh-prompt
- Language: Shell
- Homepage:
- Size: 217 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just my own ZSH configs in a plugin :)
## Install
Using [antigen](https://github.com/zsh-users/antigen):
```bash
antigen bundle aubreypwd/zsh-plugin-aubreypwd
```## Development
Install the package on `master`:
```bash
antigen bundle ssh://git@github.com/aubreypwd/zsh-plugin-aubreypwd
```...and contribute upstream by working in `$HOME/.antigen/bundles/aubreypwd/zsh-plugin-aubreypwd`.