-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
104 lines (104 loc) · 3.2 KB
/
Copy pathBrewfile
File metadata and controls
104 lines (104 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
tap "git-duet/tap", trusted: true
tap "hashicorp/tap", trusted: true
tap "olets/tap", trusted: true
tap "snyk/tap", trusted: true
# Search tool like grep, but optimized for programmers
brew "ack"
# CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
brew "aws-sam-cli"
# Thin wrapper around the `aws` command-line interface for use with LocalStack
brew "awscli-local"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# TIFF library and utilities
brew "libtiff"
# Secure runtime for JavaScript and TypeScript
brew "deno"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Command-line fuzzy finder written in Go
brew "fzf"
# GitHub command-line tool
brew "gh"
# Interpreter for PostScript and PDF
brew "ghostscript"
# Distributed revision control system
brew "git"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# Quickly rewrite git repository history
brew "git-filter-repo"
# Tools and libraries to manipulate images in select formats
brew "imagemagick"
# Manage your Java environment
brew "jenv"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Statically typed programming language for the JVM
brew "kotlin"
# Powerful, lightweight programming language
brew "lua"
# Manage multiple Node.js versions
brew "nvm"
# Development kit for the Java programming language
brew "openjdk@17"
# General-purpose scripting language
brew "php"
# Interpreted, interactive, object-oriented programming language
brew "python@3.13"
# Powerful, clean, object-oriented scripting language
brew "ruby@3.3"
# Cross-shell prompt for astronauts
brew "starship"
# Version control system designed to be a better CVS
brew "subversion"
# Text interface for Git repositories
brew "tig"
# CLI tool that moves files or folder to the trash
brew "trash", link: true
# Vi 'workalike' with many additional features
brew "vim"
# Pairing tool for Git
brew "git-duet/tap/git-duet", trusted: true
# Terraform
brew "hashicorp/tap/terraform", trusted: true
# Find & fix known vulnerabilities in open-source dependencies
brew "snyk/tap/snyk", trusted: true
# Tools for building Android applications
cask "android-studio"
# Agent orchestration platform
cask "antigravity"
# Terminal interface for Antigravity agents
cask "antigravity-cli"
# Anthropic's official Claude AI desktop app
cask "claude"
# OpenAI's coding agent that runs in your terminal
cask "codex"
# OpenJDK distribution from Amazon
cask "corretto@21"
# App to build and share containerised applications and microservices
cask "docker-desktop"
cask "font-roboto-mono-nerd-font"
# Web browser
cask "google-chrome"
# Japanese input software
cask "google-japanese-ime"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# JetBrains tools manager
cask "jetbrains-toolbox"
# Keyboard customiser
cask "karabiner-elements"
# Shows the next meeting in the menu bar
cask "meetingbar"
# App to write, plan, collaborate, and get organised
cask "notion"
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# JDK from the Eclipse Foundation (Adoptium)
cask "temurin"
# Open-source code editor
cask "visual-studio-code"
# Install and switch between multiple versions of Xcode
cask "xcodes-app"
npm "corepack"