zlsun / umake

A zsh plugin that enables shell completion for Ubuntu Make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

umake

A zsh plugin that enables shell completion for Ubuntu Make.

Installation

For oh-my-zsh users

First, clone this repository into your oh-my-zsh custom plugins directory.

mkdir -p ~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zlsun/umake.git

Then, configure the plugin in your ~/.zshrc file:

plugins+=(umake)

For Antigen users

Add the following line to your ~/.zshrc.

antigen bundle zlsun/umake

For zgen users

Add the following line to your ~/.zshrc.

zgen load zlsun/umake

License

MIT License

About

A zsh plugin that enables shell completion for Ubuntu Make

License:MIT License


Languages

Language:Shell 100.0%