]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/tugboat/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / tugboat / README.md
1 # Tugboat plugin
2
3 This plugin adds autocompletion for Tugboat, a command line tool for interacting with your
4 [DigitalOcean droplets](https://www.digitalocean.com/products/droplets/).
5
6 To use it, add it to the plugins array in your `~/.zshrc` file:
7
8 ```zsh
9 plugins=(... tugboat)
10 ```
11
12 Further documentation for Tugboat can be found in the [Tugboat repository](https://github.com/petems/tugboat).