- codex (cask): OpenAI coding agent - gemini-cli (formula): Google Gemini CLI Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
329 B
Bash
Executable File
24 lines
329 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
# Installs Homebrew formulas (CLI tools).
|
|
|
|
# Shell & Terminal
|
|
brew install atuin
|
|
brew install bash
|
|
brew install bash-completion
|
|
|
|
# AI
|
|
brew install gemini-cli
|
|
|
|
# Development
|
|
brew install node
|
|
|
|
# Media
|
|
brew install ffmpeg
|
|
|
|
# Utilities
|
|
brew install mas
|
|
brew install mole
|
|
brew install rename
|
|
brew install ykman
|