oh-my-zsh plugin for Parallels Desktop.
Create a new directory in ~/.oh-my-zsh/custom/plugins
called parallels
and clone this repo into that directory. Note: it must be named parallels
or oh-my-zsh won't recognize that it is a valid plugin directory.
Add parallels
to the plugins
list in your ~/.zshrc
.
Tab completion on prlctl
is currently the only contents of this plugin, although I'm certainly open to adding additional functionality (see Contributing).
The tab completion is incomplete, although the basics are there: list
, start
, stop
, etc.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request