forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
42 lines (39 loc) · 638 Bytes
/
Brewfile
File metadata and controls
42 lines (39 loc) · 638 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'nicoverbruggen/homebrew-cask'
# Binaries
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'git'
# Development
brew 'mysql'
brew 'node'
brew 'nvm'
# Apps
# Comms
cask 'discord'
cask 'slack'
cask 'whatsapp'
cask 'zoom'
cask 'skype'
cask 'viber'
# Browsers
cask 'firefox'
cask 'google-chrome'
# IDE
cask 'visual-studio-code'
cask 'webstorm'
# Misc
cask 'figma'
cask 'iterm2'
cask 'notion'
brew 'thefuck'
brew 'asciinema'
# Entertainment
cask 'minecraft'
cask 'steam'
brew 'brogue'
cask 'vlc'