---
title: "Code Snippet - Apple Terminal Homebrew"
description: "Apple Terminal Homebrew profile: black background with bright green text and lime cursor, per-character typing animation of a shell session."
---
import { InstallCommand } from "/snippets/install-command.jsx";
## Install
That writes one file: `compositions/code-snippet-apple-terminal-homebrew.html`.
## Source
```html
Apple Terminal Homebrew
Last login: Mon Jun 2 09:14:22 on ttys005
==> Updating Homebrew...
Already up-to-date.
==> Outdated formulae
node 20.11.0 -> 22.3.0
python 3.11.6 -> 3.12.4
git 2.43.0 -> 2.45.2
ffmpeg 6.1.1 -> 7.0.0
==> Run `brew upgrade` to update 4 formulae.
user@Mac ~ %
```
## Usage
After installing, add the block to your host composition:
```html
```
## Features
- Faithful recreation of macOS Terminal.app Homebrew profile — black background with #00CF00 text and #48F800 cursor
- macOS window chrome with traffic light buttons and centered title bar
- Per-character GSAP typing animation — command types out character by character
- Output lines reveal sequentially after command executes
- Cursor blinks three times at the end then holds steady
- Self-contained HTML — no external assets, only GSAP CDN
{/* hf:generated-footer */}
Tagged `code` `developer` `showcase` `terminal` `apple` `apple-terminal`.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)