-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
executable file
·50 lines (45 loc) · 922 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-eid'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
# Binaries
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'gh'
brew 'git'
brew 'svn'
brew 'grep'
brew 'httpie'
brew 'rbenv'
brew 'trash' # Manage the Trash bin
brew 'tree' # List directories in a tree structure
brew 'zsh-autosuggestions'
# Development
brew 'php'
# Apps
cask 'bitwarden'
cask 'discord'
cask 'docker'
cask 'iterm2'
cask 'java'
cask 'jetbrains-toolbox'
cask 'slack'
cask 'spectacle'
cask 'spotify'
cask 'tableplus'
cask 'whatsapp'
cask 'visual-studio-code'
# Fonts
cask 'font-hack-nerd-font'
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
# ZSH
cask 'zsh-autosuggestions'