Skip to content

zlsun/umake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages