11tap "homebrew/autoupdate"
2- tap "homebrew/bundle"
3- tap "supabase/tap"
4- # Run your GitHub Actions locally
5- brew "act"
2+ # GNU internationalization (i18n) and localization (l10n) library
3+ brew "gettext"
64# Bourne-Again SHell, a UNIX command interpreter
75brew "bash"
86# Clone of cat(1) with syntax highlighting and Git integration
97brew "bat"
108# Resource monitor. C++ version and continuation of bashtop and bpytop
119brew "btop"
12- # GNU internationalization (i18n) and localization (l10n) library
13- brew "gettext"
1410# Statistics utility to count lines of code
1511brew "cloc"
16- # Platform built on V8 to build network applications
17- brew "node"
18- # CLI tool for Cloudflare Workers
19- brew "cloudflare-wrangler"
2012# Cross-platform make
2113brew "cmake"
2214# Top-like interface for container metrics
@@ -45,8 +37,6 @@ brew "gcc"
4537brew "gh"
4638# Distributed revision control system
4739brew "git"
48- # GitHub Model Context Protocol server for AI tools
49- brew "github-mcp-server"
5040# Open source programming language to build simple/reliable/efficient software
5141brew "go"
5242# Stricter gofmt
@@ -63,6 +53,8 @@ brew "mas"
6353brew "maven"
6454# Modern and intuitive terminal-based text editor
6555brew "micro"
56+ # Platform built on V8 to build network applications
57+ brew "node"
6658# MongoDB Shell to connect, configure, query, and work with your MongoDB database
6759brew "mongosh"
6860# Manage multiple Node.js versions
@@ -87,6 +79,8 @@ brew "starship"
8779brew "tree"
8880# Language for application scale JavaScript development
8981brew "typescript"
82+ # Extremely fast Python package installer and resolver, written in Rust
83+ brew "uv"
9084# Executes a program periodically, showing output fullscreen
9185brew "watch"
9286# Internet file retriever
@@ -97,10 +91,10 @@ cask "adobe-acrobat-pro"
9791cask "angry-ip-scanner"
9892# Allows connection to a computer remotely
9993cask "anydesk"
100- # Display management tool
101- cask "betterdisplay"
10294# Web browser focusing on privacy
10395cask "brave-browser"
96+ # Write, edit, and chat about your code with AI
97+ cask "cursor"
10498# Web browser
10599cask "firefox"
106100# Flip clock screensaver
@@ -110,8 +104,6 @@ cask "font-hack-nerd-font"
110104cask "ghostty"
111105# Desktop client for GitHub repositories
112106cask "github"
113- # Client for the Google Drive storage service
114- cask "google-drive"
115107# Tools to protect your emails and files
116108cask "gpg-suite"
117109# Menu bar application that displays the CPU speed limit due to thermal issues
@@ -120,29 +112,28 @@ cask "hot"
120112cask "iina"
121113# File archiver
122114cask "keka"
123- # Open-source software for live streaming and screen recording
124- cask "obs"
115+ # Discover, download, and run local LLMs
116+ cask "lm-studio"
117+ # Controls and monitors all fans on Apple computers
118+ cask "macs-fan-control"
125119# Replacement for Docker Desktop
126120cask "orbstack"
127121# Apple Notes extension
128122cask "pronotes"
129123# Control your tools with a few keystrokes
130124cask "raycast"
125+ # Instant messaging application focusing on security
126+ cask "signal"
127+ # Graphical client for Git version control
128+ cask "sourcetree"
131129# Open-source media center
132130cask "stremio"
133131# Mesh VPN based on WireGuard
134- cask "tailscale"
132+ cask "tailscale-app "
135133# Open-source code editor
136134cask "visual-studio-code"
137- # Create, manage, and run virtual machines
138- cask "vmware-fusion"
139135# Video communication and virtual meeting platform
140136cask "zoom"
141- mas "Affinity Designer 2" , id : 1616831348
142- mas "Affinity Publisher 2" , id : 1606941598
143- mas "djay Pro" , id : 450527929
144- mas "Hidden Bar" , id : 1452453066
145- mas "iMovie" , id : 408981434
146137mas "Microsoft Excel" , id : 462058435
147138mas "Microsoft PowerPoint" , id : 462062816
148139mas "Microsoft Word" , id : 462054704
@@ -154,11 +145,11 @@ mas "Raycast Companion", id: 6738274497
154145mas "SponsorBlock" , id : 1573461917
155146mas "Telegram" , id : 747648890
156147mas "WhatsApp" , id : 310633997
157- mas "Windows App" , id : 1295203466
158148mas "Wipr" , id : 1662217862
159149mas "Xcode" , id : 497799835
160150vscode "akamud.vscode-theme-onedark"
161151vscode "antfu.icons-carbon"
152+ vscode "bradlc.vscode-tailwindcss"
162153vscode "christian-kohler.path-intellisense"
163154vscode "dbaeumer.vscode-eslint"
164155vscode "denoland.vscode-deno"
@@ -170,6 +161,7 @@ vscode "github.copilot-chat"
170161vscode "github.remotehub"
171162vscode "golang.go"
172163vscode "gruntfuggly.todo-tree"
164+ vscode "kilocode.kilo-code"
173165vscode "ms-python.black-formatter"
174166vscode "ms-python.debugpy"
175167vscode "ms-python.python"
@@ -184,7 +176,7 @@ vscode "ms-vscode.live-server"
184176vscode "ms-vscode.remote-explorer"
185177vscode "ms-vscode.remote-repositories"
186178vscode "ms-vsliveshare.vsliveshare"
187- vscode "mtxr.sqltools "
179+ vscode "njzy.stats-bar "
188180vscode "pkief.material-icon-theme"
189181vscode "redhat.java"
190182vscode "redhat.vscode-xml"
@@ -204,5 +196,4 @@ vscode "vscjava.vscode-java-dependency"
204196vscode "vscjava.vscode-java-pack"
205197vscode "vscjava.vscode-java-test"
206198vscode "vscjava.vscode-maven"
207- vscode "wakatime.vscode-wakatime"
208199vscode "yzhang.markdown-all-in-one"
0 commit comments