-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
executable file
·58 lines (48 loc) · 904 Bytes
/
Brewfile
File metadata and controls
executable file
·58 lines (48 loc) · 904 Bytes
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 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
tap 'homebrew/bundle'
# Install ZSH
brew 'zsh'
brew 'zsh-completions'
# Install GNU core utilities, `find`, `locate`...
brew 'coreutils'
brew 'findutils'
# pbcopy and pbpaste works on tmux
brew 'reattach-to-user-namespace'
# Install bash 4
brew 'bash'
# Install tmux
brew 'tmux'
# Install more recent versions of some macOS tools
brew 'grep'
# Binaries
brew 'git'
brew 'hub'
brew 'tree'
brew 'trash'
brew 'wget'
# Development
brew 'python3'
brew 'nvm'
brew 'yarn', args: ['ignore-dependencies']
brew 'httpie'
brew 'watchman'
brew 'typescript'
# Apps
cask 'iterm2'
cask 'firefox'
cask 'google-chrome'
cask 'webstorm'
cask 'android-studio'
cask 'sketch'
cask 'sketch-toolbox'
cask 'docker'
cask 'spotify'
cask 'skype'
cask 'slack'
# Fonts
cask 'font-inconsolata'
cask 'font-inconsolata-for-powerline'
cask 'font-open-sans'