Prometheus

Apps & CLI tools installed

Every app and CLI tool installed by install.sh, grouped by category.

Every tool used across the Zsh and Fish shell configs. All installable via Homebrew.

Install everything at once
brew install starship fastfetch bat eza fzf thefuck rbenv nvm fnm fish lsd \
 atuin zoxide git-delta jq scrcpy openjdk@17 \
 zsh-autosuggestions zsh-syntax-highlighting zsh-history-substring-search
# fzf-tab has no brew formula — git-clone it
git clone --depth=1 https://github.com/Aloxaf/fzf-tab ~/.local/share/zsh/fzf-tab
brew install --cask flutter
# Claude Code (cc alias)
npm install -g @anthropic-ai/claude-code

CLI Tools

ToolPurposeInstall
starshipCross-shell prompt (Zsh and Fish)brew install starship
fastfetchSystem info banner (run manually; not auto-loaded)brew install fastfetch
batSyntax-highlighted cat replacementbrew install bat
ezaModern ls — Tokyo Night palette, git column, iconsbrew install eza
lsdAlternative ls (kept available; primary is eza)brew install lsd
fzf

Fuzzy finder — Ctrl+T files, Alt+C dirs (history goes through Atuin)

brew install fzf
atuin

SQLite-backed history TUI (Ctrl+R), local-only

brew install atuin
zoxideSmart cd — frecency-based jumpsbrew install zoxide
git-deltaPretty git diffs (used by .gitconfig)brew install git-delta
jqJSON processorbrew install jq
thefuckCorrects previous mistyped commandbrew install thefuck
scrcpyAndroid screen mirror / recordingbrew install scrcpy
fishFriendly interactive shellbrew install fish
Zsh plugins (fish-like input experience)
zsh-autosuggestions

Greyed inline suggestions — or Ctrl+F to accept

brew install zsh-autosuggestions
zsh-syntax-highlightingValid commands green, invalid red, strings yellowbrew install zsh-syntax-highlighting
zsh-history-substring-search

Ctrl+↑/Ctrl+↓ walks matching history

brew install zsh-history-substring-search
fzf-tab

Tab opens fzf picker with bat/eza previews (git clone, no formula)

git clone fzf-tab

Runtime Managers

ToolPurposeInstall
rbenvRuby version managerbrew install rbenv
nvmNode version manager (Zsh)brew install nvm
fnmFast Node manager (Fish — fish-native)brew install fnm
bunFast JavaScript runtime and package managerbrew install bun
openjdk@17Java 17 (required for Flutter / Android builds)brew install openjdk@17

GUI Apps

AppPurposeInstall
flutterFlutter SDK — cross-platform mobile / desktopbrew install --cask flutter

Manually Installed

ToolHow to install
claude (cc)npm install -g @anthropic-ai/claude-code
nvm.fishfisher install jorgebucaran/nvm.fish
kiroAI IDE — install from kiro.dev
On this page
Edit this page on GitHub Last updated

Built by rafay99-epic · MIT License

Tokyo Night · macOS · SketchyBar · AeroSpace · Ghostty · Zsh · Fish