my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
382 B

3 years ago
  1. # Nomad
  2. The `nomad` plugin provides a simple autocompletion for [Nomad](https://nomadproject.io/), a tool from Hashicorp for easily deploy applications at any scale.
  3. ## Usage
  4. 1. Enable the `nomad` plugin:
  5. ```zsh
  6. plugins=(... nomad)
  7. ```
  8. 2. Install [Nomad](https://nomadproject.io/)
  9. 3. Type `nomad` into your prompt and hit `TAB` to see available completion options.