-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Brewfile
160 lines (127 loc) · 2.26 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
#AWS_ACCESS_KEY_ID Based on:
# https://www.taniarascia.com/setting-up-a-brand-new-mac-for-development/
# https://danielmiessler.com/blog/first-10-things-new-mac/
# https://hackercodex.com/guide/python-development-environment-on-mac-osx/
# See homebrew-bundle:
# https://github.com/Homebrew/homebrew-bundle
# Command-Line Mac App Store
# 'brew install mas && mas signin <email>'
mas 'Slack', id: 803453959
mas 'Simplenote', id: 692867256
mas 'flycut-clipboard-manager', id: 442160987
mas 'soulver-2', id: 413965349
# Cask macOS apps
cask 'google-chrome'
cask 'firefox'
# cask 'paw'
# Audio Sound Balance Fixer
cask 'ballast'
# App Switchers
cask 'contexts'
# cask 'raycast'
# Email
cask 'mimestream'
# Calendar
cask 'cron'
# Task Management
cask 'asana'
# Monitors
cask 'monitorcontrol'
# Google Drive
cask 'google-drive'
# Shell
brew 'nushell'
brew 'starship'
# Fonts
tap 'homebrew/cask-fonts'
brew 'brew-cask-completion'
cask 'font-source-code-pro'
cask 'font-sauce-code-pro-nerd-font'
# Dev
cask 'kitty'
brew 'git'
brew 'jq'
brew 'tree'
brew 'watch'
brew 'sops'
cask 'mysql-shell'
brew 'httpie'
brew 'gh'
# brew 'pwgen'
cask 'linear-linear'
brew 'kubectx'
brew 'tfenv'
brew 'tgenv'
brew 'grpcurl'
cask 'tableplus'
cask 'postman'
cask 'orbstack'
brew 'postgresql@11'
brew 'act'
tap 'twilio/brew'
brew 'twilio'
cask 'github'
cask 'fleet'
brew 'mkcert'
brew 'http-server'
brew 'httpstat'
brew 'vegeta'
# Encryption
brew 'gnupg'
# Mobile Dev
# brew 'cocoapods'
# Design
cask 'figma'
cask 'pika'
# Languages
# Deno
brew 'deno'
# NodeJS
brew 'yarn'
brew 'pnpm'
brew 'fnm'
# Python
brew 'pyenv'
# Go
brew 'go'
# Rust
brew 'rust'
# Stripe
# brew 'stripe/stripe-cli/stripe'
# Google Cloud
# cask 'google-cloud-sdk'
# brew 'google-backup-and-sync'
# AWS
brew 'awscli'
brew 'aws-sam-cli'
cask 'session-manager-plugin'
# Cert Bot
brew 'certbot'
# Dev/Apps
# cask 'sublime-text'
tap 'heroku/brew'
brew 'heroku'
# Keyboard
cask 'karabiner-elements'
# IntelliJ Community
cask 'intellij-idea-ce'
# VS Code
cask 'visual-studio-code'
# Helix
brew 'helix'
# Lang Servers
# brew 'kotlin-language-server'
# Zed
cask 'zed'
# Neovim
brew 'neovim'
brew 'fzf'
brew 'ripgrep'
brew 'bat'
brew 'fd'
brew 'delta'
# Window Management
cask 'spectacle'
# Dev/Containers
# brew 'kubectl'
# brew 'kubernetes-helm'