mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
feat: add Google Antigravity CLI plugin
This commit is contained in:
parent
cb64103161
commit
f268306466
2 changed files with 38 additions and 0 deletions
18
plugins/antigravity/README.md
Normal file
18
plugins/antigravity/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Antigravity
|
||||
|
||||
This plugin adds completion for the [Google Antigravity CLI](https://antigravity.google/docs/cli-features), as well as a few aliases for common commands.
|
||||
|
||||
To use it, add `antigravity` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... antigravity)
|
||||
```
|
||||
|
||||
## Aliases
|
||||
|
||||
| Alias | Command |
|
||||
| --- | --- |
|
||||
| `agv` | `antigravity` |
|
||||
| `agvi` | `antigravity init` |
|
||||
| `agvb` | `antigravity build` |
|
||||
| `agvd` | `antigravity deploy` |
|
||||
Loading…
Add table
Add a link
Reference in a new issue