forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
99 lines (93 loc) · 1.73 KB
/
Brewfile
File metadata and controls
99 lines (93 loc) · 1.73 KB
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
91
92
93
94
95
96
97
98
99
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/cask-drivers'
tap 'homebrew/bundle'
# Binaries
brew 'bash' # Bash 4
brew 'bat'
brew 'coreutils' # Those that come with macOS are outdated
brew 'git'
brew 'grep'
brew 'imagemagick'
brew 'mackup'
brew 'mas'
brew 'MonitorControl'
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'trash'
brew 'tree'
brew 'zsh'
brew 'zsh-completions'
# Development
# brew 'php'
# brew 'imagick'
# brew 'mysql'
# brew 'nginx'
# brew 'redis'
# brew 'node'
# Usw fnm to manage node versions
brew 'fnm'
# Apps
cask 'adobe-acrobat-reader'
cask 'aerial'
cask 'alfred'
cask 'authy'
cask 'bitbar'
cask 'choosy'
cask 'daisydisk'
cask 'discord'
cask 'docker'
cask 'dropbox'
cask 'figma'
cask 'firefox'
cask 'fontforge'
cask 'google-chrome'
cask 'imagealpha'
cask 'imageoptim'
cask 'iterm2'
cask 'karabiner-elements'
cask 'kindle'
cask 'ledger-live'
cask 'logitech-options'
cask 'macdown'
cask 'macfuse'
cask 'microsoft-word'
cask 'microsoft-excel'
cask 'microsoft-powerpoint'
cask 'microsoft-teams'
cask 'paragon-extfs'
cask 'private-internet-access'
cask 'qbittorrent'
cask 'skype'
cask 'slack'
cask 'sourcetree'
cask 'spotify'
cask 'stay'
cask 'teamviewer'
cask 'telegram'
cask 'the-unarchiver'
cask 'visual-studio-code'
cask 'vlc'
cask 'webex'
cask 'whatsapp'
cask 'zoom'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
# Fonts
brew 'svn'
cask 'font-lato'
cask 'font-fira-code'
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'
cask 'font-metropolis'
# Mac App Store
mas 'Gapplin', id: 768053424