-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
58 lines (47 loc) · 869 Bytes
/
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
# Taps
tap 'homebrew/bundle'
# Install ZSH
brew 'zsh'
brew 'zsh-completions'
# Install GNU core utilities (those that come with macOS are outdated)
brew 'coreutils'
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew 'findutils'
# Install Bash
brew 'bash'
# Install more recent versions of some macOS tools
brew 'grep'
# Install Binaries
brew 'git'
brew 'node'
brew 'watchman'
brew 'wget'
brew 'pure'
brew 'mas'
brew 'mackup'
brew 'nvm'
brew 'svn'
# Development
brew 'php'
brew 'mysql'
brew 'python'
brew 'pipenv'
brew 'flake8'
brew 'yapf'
# Apps
cask 'figma'
cask 'firefox'
cask 'httpie'
cask 'hyper'
cask 'microsoft-edge'
cask 'notion'
cask 'raycast'
cask 'slack'
cask 'spotify'
cask 'tableplus'
cask 'visual-studio-code'
# Fonts
cask 'font-cascadia-code'
cask 'font-fira-code'
# Install Mac App Store apps
mas 'Spark', id: 1176895641