antigen
antigen copied to clipboard
The plugin manager for zsh.
I noticed that the error/failure messages were not as clear about what was failing: ``` Installing robbyrussell/oh-my-zsh... Done. Took 1s. Antigen: Failed to load plugin. Installing zsh-users/zsh-completions... Done. Took 1s....
This saves antigen on `$ZSH/tools/antigen` and allows easy execution of antigen by typing `antigen` on the terminal on OMZ.
Description ----------- Completions from `~/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh` do not work for me: In the module it reads ``` if (( $+commands[kubectl] )); then __KUBECTL_COMPLETION_FILE="${ZSH_CACHE_DIR}/kubectl_completion" if [[ ! -f $__KUBECTL_COMPLETION_FILE ]]; then kubectl...
Description ----------- I was following a tutorial for installing `awscli` and ran `source ~/.zshrc`. Ever since, even after resetting my laptop, my terminal now spits out: ```shell expr: syntax error...
Hope it is appropriate for you to submit a feature request in a GitHub issue. I would like it if another command similar to `bundle` might be implemented, however this...
I have some issues between antigen and zsh and have also posted this same question in the oh my zsh repo since I don't know which one is causing what...
Description ----------- The documentation doesn't mention where the various packages install `antigen.zsh` to, which is crucial information considering it needs to be sourced explicitly. Specifically I cannot find the install...
I cannot figure out how to make `antigen theme` work in a docker container. Here's what I've tried: ```zsh docker run -e LANG=C.UTF-8 -e TERM -it --rm debian:buster bash -uexc...
The position is Wiki-Quick start-Configure .zshrc ``` source $HOME/antigen.zsh ... antigen bundle
Description ----------- When I run `antigen list` in a new terminal tab for the first time I get an error instead of the list ``` $ antigen list /usr/local/Cellar/antigen/2.2.3/share/antigen/antigen.zsh:2058: defining...