-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBrewfile
91 lines (82 loc) · 1.28 KB
/
Brewfile
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
tap "zaquestion/tap"
tap "github/gh"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "launchdarkly/tap"
tap "ngrok/ngrok"
tap "zaquestion/tap"
# Command line
brew "gnu-tar"
brew "fish"
brew "fisher"
brew "git"
brew "git-gui"
brew "git-quick-stats"
brew "jq"
brew "httpie"
brew "md5sha1sum"
brew "ripgrep"
brew "tmux"
brew "tree"
brew "wget"
brew "openssl"
brew "htop"
brew "cloc"
brew "hugo"
brew "poppler"
brew "xsv"
# Editors
brew "vim"
cask "visual-studio-code"
cask "cursor"
cask "hex-fiend"
# Languages
brew "go"
brew "python@3.13"
brew "node"
brew "ruby"
brew "rust"
# Fonts
cask "font-fira-code"
cask "font-cascadia-mono"
cask "font-monaspace"
# Apps
cask "db-browser-for-sqlite"
cask "superduper"
cask "alfred"
cask "dropbox"
cask "spectacle"
cask "menumeters"
cask "meetingbar"
cask "obsidian"
cask "menumeters"
# Unproductivity
cask "spotify"
cask "vlc"
# Devtools
brew "gh"
brew "terraform"
brew "packer"
brew "kubectl"
brew "kops"
brew "helm"
brew "awscli"
cask "session-manager-plugin"
brew "postgres"
brew "terminal-notifier"
cask "insomnia"
brew "bbe"
brew "cmake"
brew "xsv"
brew "ffmpeg"
cask "ghostty"
cask "hex-fiend"
cask "ngrok"
cask "mactex"
# Dash Provided
#cask "slack"
#cask "google-chrome"
#cask "zoom"
#cask "docker"