promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

install.sh --skip-aliases

Skips cleaning up old agy/antigravity shell aliases during install.

The --skip-aliases flag is passed when running the install script (install.sh/install.ps1/install.cmd) and stops the script from cleaning up or updating existing legacy agy or antigravity shell aliases in your shell profile.

โœ… WHEN TO USE IT?

Keep your own, manually maintained agy/antigravity shell aliases

curl -fsSL https://antigravity.google/cli/install.sh | bash -s -- --skip-aliases

โ›” WHEN NOT TO?

Old, broken, or wrongly-pointed aliases are still in your shell profile

With --skip-aliases, the installer specifically won't clean up those old aliases automatically.

Better: Run the installer without --skip-aliases so old aliases get cleaned up automatically

SOURCES