antigen
antigen copied to clipboard
The plugin manager for zsh.
Recommend [Separation of Concerns](https://en.wikipedia.org/wiki/Separation_of_concerns) design principle by concentrating Antigen related configurations at `.antigenrc` file
Description ----------- I am trying to use a different theme dynamically based on the Terminal program, `iTerm.app` or `vscode` in my use case. I want to use theme `bhilburn/powerlevel9k` in...
Description ----------- The [Commands](https://github.com/zsh-users/antigen/wiki/Commands#antigen-update) Wiki page says: > ```sh > antigen update [] > ``` > > Where is the bundle name to update. If no is given Antigen will...
Description ----------- When I try to install the [Powerlevel10k](https://github.com/romkatv/powerlevel10k) theme using Antigen I get the follow error on each key press: ``` (eval):2: command not found: -a (eval):3: command not...
Description ----------- When I log in to the root user (with zsh and antigen) and then `su` to my user antigen tries to install all my plugins to `/root`. If...
Description ----------- I'm on a machine on which I don't have sudo privilege, so I had to install `zsh` in my home directory. I assume this is what causes the...
Description ----------- Antigen defaults to the wrong root dir. It should not default to ~/.antigen but should instead default to ~/.config/antigen. This is as specified in the wiki https://github.com/zsh-users/antigen/wiki/Configuration
Description ----------- I want to configure antigen to use two different themes on same computers depending on the value of TERM_PROGRAM. Use case is I want a more basic theme...
Description ----------- Executing "antigen theme ... " after already executing it before will destroy the theme. Steps to reproduce ------------------ Minimal steps to reproduce this behavior. Example: 1 - Open...
Description ----------- The ["Requirements" wiki page](https://github.com/zsh-users/antigen/wiki/Requirements) has a `TODO` placeholder under the **FreeBSD** heading. The correct command to install antigen under FreeBSD is: ```shell pkg install zsh-antigen ``` Steps to...