-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
65 lines (57 loc) · 1.01 KB
/
Brewfile
File metadata and controls
65 lines (57 loc) · 1.01 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
# Brewfile - Install development tools and applications
# Run: brew bundle install
# CLI Tools - Essential
brew "zsh"
brew "starship"
brew "antigen"
brew "fzf"
brew "git"
brew "vim"
brew "tree"
brew "wget"
brew "curl"
brew "jq"
brew "yq"
# Development Languages & Version Managers
brew "nvm"
brew "pyenv"
brew "rbenv"
brew "go"
brew "rust"
# Cloud & DevOps Tools
brew "kubectl"
brew "helm"
brew "terraform"
brew "awscli"
brew "docker"
brew "docker-compose"
# Build Tools & Package Managers
brew "make"
brew "cmake"
brew "yarn"
# System Tools & Utilities
brew "htop"
brew "btop"
brew "grep"
brew "ripgrep"
brew "fd"
brew "bat"
brew "lazygit"
brew "gh"
brew "gpg"
# GUI Applications
cask "cursor"
cask "visual-studio-code"
cask "warp"
cask "iterm2"
cask "postman"
cask "spotify"
# Fonts (Nerd Fonts are now available directly)
cask "font-fira-code-nerd-font"
cask "font-caskaydia-cove-nerd-font"
cask "font-hack-nerd-font"
cask "font-jetbrains-mono-nerd-font"
# Development Tools
cask "sublime-text"
cask "figma"
cask "tableplus"