/dagger-oh-my-zsh

Dagger plugin for oh-my-zsh

Primary LanguageShellGNU General Public License v3.0GPL-3.0

dagger-oh-my-zsh

Dagger plugin for oh-my-zsh

Installation

cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/jygastaud/dagger-oh-my-zsh.git dagger

Enable it by adding dagger to the plugins array.

You have to restart your current terminal in order to use the aliases below.

# located under $HOME/.zshrc
plugins=(git dagger)

Need to be tested

Add antigen bundle jygastaud/dagger-oh-my-zsh 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 gusaiani/elixir-oh-my-zsh for testing before adding it to your .zshrc.

Need to be tested

Add zgen load jygastaud/dagger-oh-my-zsh to your .zshrc file in the same function you're doing your other zgen load calls in. Zgen will automatically clone the repository for you when you do a zgen save, and load it the next time you start a terminal session.

Update autocomplete script

make update-autocomplete