forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
67 lines (57 loc) · 1.06 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
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-drivers"
tap "zero-sh/tap"
# Core Utils
brew "coreutils"
brew "docker"
brew "dos2unix"
brew "grc"
brew "pstree"
brew "wget"
# Mac tools
brew "duti"
brew "mas"
# dockutil is now distributed as a cask
tap "hpedrorodrigues/homebrew-tools"
cask "dockutil"
# Python tools
brew "pyenv"
# Ruby tools
brew "rbenv"
brew "ruby-build"
# Java tools
brew "gradle"
brew "maven"
# Javascript tools
brew "node"
# Databases
brew "mysql"
brew "postgresql@14"
brew "redis"
# Casks
cask "1password" unless File.exist?('/Applications/1Password 7.app')
cask "airbuddy"
cask "cron"
cask "deckset"
cask "descript"
cask "evernote"
cask "fantastical"
cask "firefox"
cask "google-chrome"
cask "logitech-options"
cask "luna-display"
cask "mattr-slate"
cask "notion"
cask "obs"
cask "slack" unless File.exist?('/Applications/Slack.app')
cask "sonos"
cask "spotify"
cask "superhuman"
cask "zoom"
# App Store
mas "Calca", id: 635758264
mas "Bear", id: 1091189122
mas "Byword", id: 420212497
mas "Reeder", id: 880001334
mas "Xcode", id: 497799835