-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
90 lines (76 loc) · 1.68 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
# Taps
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
tap 'homebrew/bundle'
tap 'homebrew/dupes'
tap 'prisma/prisma'
# https://github.com/tmuxinator/tmuxinator/issues/563
# Make sure apps get installed in system Applications dir
cask_args appdir: '/Applications'
# Install ZSH
brew 'zsh'
brew 'getantibody/tap/antibody'
# brew 'antigen'
# brew 'zsh-completions'
# brew 'zsh-autosuggestions'
# brew 'zsh-syntax-highlighting'
# brew 'salmanulfarzy/spaceship-prompt/spaceship-prompt'
# Install GNU core utilities (those that come with OS X are outdated)
brew 'coreutils'
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew 'findutils'
# Install Bash 4
brew 'bash'
# Install more recent versions of some OS X tools
brew 'homebrew/dupes/grep'
# Install Binaries
brew 'git'
# https://stackoverflow.com/questions/16950130/osx-bundler-install-command-not-found
brew 'rbenv'
brew 'ruby-build'
# https://hub.github.com/
brew 'hub'
brew 'tree'
brew 'mackup'
brew 'trash'
brew 'wget'
brew 'tmux'
brew 'autojump'
brew 'htop'
brew 'imagemagick'
brew 'mas' # https://github.com/mas-cli/mas
brew 'fd' # https://github.com/sharkdp/fd
brew 'prisma'
brew 'postgresql'
cask 'now'
cask 'google-cloud-sdk'
# node.js
brew 'yarn'
# Apps
cask 'firefox'
cask 'github'
cask 'google-backup-and-sync'
cask 'google-chrome'
cask 'alfred'
cask 'dropbox'
cask 'evernote'
cask 'firefox'
cask 'goofy'
cask 'google-drive-file-stream'
cask 'iterm2'
cask 'visual-studio-code'
cask 'teamviewer'
cask 'skype'
cask 'slack'
cask 'github'
cask 'docker'
cask 'graphql-playground'
cask 'zeplin'
cask 'opera'
# Fonts
cask 'font-fira-code'
cask 'font-hack'
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'