https://github.com/zlsun/umake
A zsh plugin that enables shell completion for Ubuntu Make
https://github.com/zlsun/umake
Last synced: 4 months ago
JSON representation
A zsh plugin that enables shell completion for Ubuntu Make
- Host: GitHub
- URL: https://github.com/zlsun/umake
- Owner: zlsun
- License: mit
- Created: 2015-06-09T16:00:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T14:56:28.000Z (over 8 years ago)
- Last Synced: 2025-04-02T23:27:35.018Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - umake - Tab completion for Ubuntu umake. (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - umake - Tab completion for Ubuntu umake. (Completions / ZSH on Windows)
- awesome-zsh-plugins - umake - Tab completion for Ubuntu umake. (Completions / Zinit (née zplugin))
README
# umake
A zsh plugin that enables shell completion for [Ubuntu Make](https://github.com/ubuntu/ubuntu-make).
## Installation
### For [oh-my-zsh](http://ohmyz.sh/) users
First, clone this repository into your oh-my-zsh custom plugins directory.
```shell
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:
```shell
plugins+=(umake)
```
### For [Antigen](https://github.com/zsh-users/antigen) users
Add the following line to your **~/.zshrc**.
```shell
antigen bundle zlsun/umake
```
### For [zgen](https://github.com/tarjoilija/zgen) users
Add the following line to your **~/.zshrc**.
```shell
zgen load zlsun/umake
```
## License
[MIT License](LICENSE)