Skip to content

Instantly share code, notes, and snippets.

@mkowen1
mkowen1 / setup.sh
Last active June 24, 2025 06:09
Terminal + Mac Laptop Setup
#!/bin/bash
# curls
# homebrew
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
# kitty terminal
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
# uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# oh-my-zsh
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh