-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
61 lines (61 loc) · 1.88 KB
/
Copy pathBrewfile
File metadata and controls
61 lines (61 loc) · 1.88 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
tap "anomalyco/tap"
tap "atlassian/acli"
tap "ddev/ddev"
tap "hashicorp/tap"
tap "ngrok/ngrok"
# General-purpose scripting language
brew "php", restart_service: :changed
# Dependency Manager for PHP
brew "composer"
# GitHub command-line tool
brew "gh"
# Tool to manage Dock items from the command line
brew "dockutil"
# Set the default web browser from the command line
brew "defaultbrowser"
# GNU Privacy Guard (OpenPGP)
brew "gnupg"
# Drop-in replacement for MySQL
brew "mariadb@10.6", link: true
# Simple tool to make locally trusted development certificates
brew "mkcert"
# Libraries for security-enabled client and server applications
brew "nss"
# Manage multiple Node.js versions
brew "nvm"
# Fish-like autosuggestions for zsh
brew "zsh-autosuggestions"
# Fish shell-like syntax highlighting for zsh
brew "zsh-syntax-highlighting"
# Editor of encrypted files
brew "sops"
# Command-line interface for Vercel
brew "vercel-cli"
# Software to interact with Atlassian Cloud from the terminal
brew "atlassian/acli/acli"
# DDEV
brew "ddev/ddev/ddev"
# Terraform
brew "hashicorp/tap/terraform"
# Password manager that keeps passwords secure
cask "1password", args: { adopt: true }
# Command-line interface for 1Password
cask "1password-cli"
# Terminal-based AI coding assistant
cask "claude-code"
# Set of tools to manage resources and applications hosted on Google Cloud
cask "gcloud-cli"
# Reverse proxy, secure introspectable tunnels to localhost
cask "ngrok/ngrok/ngrok"
# Team communication and collaboration software
cask "slack", args: { adopt: true }
# Open-source code editor
cask "visual-studio-code", args: { adopt: true }
# Web browser
cask "google-chrome", args: { adopt: true }
# App to build and share containerised applications and microservices
cask "docker-desktop"
# Collaborative interface design tool
cask "figma", args: { adopt: true }
# Monospace font used as the VS Code editor font
cask "font-inconsolata"