Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Zsh Plugin: Kompose

Add tab completion for Kompose.

Installing with Antigen

antigen bundle gantsign/zsh-plugins kompose

Installing with Ansible Role

Add the following to your Ansible playbook:

- role: gantsign.antigen
  users:
    - username: example_username
      antigen_bundles:
        - name: kompose
          url: gantsign/zsh-plugins
          location: kompose

Note: replace example_username with the username to install this plugin for.