-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
54 lines (52 loc) · 815 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
51
52
53
54
tap "adoptopenjdk/openjdk"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
# Work
cask "authy"
brew "coreutils"
brew "gh"
brew "git"
brew "go"
brew "jq"
brew "mas"
brew "muffet"
brew "neovim"
brew "node"
brew "nvm"
brew "openjdk"
brew "pandoc"
brew "tree"
brew "vale"
brew "yarn"
cask "workman"
cask "docker"
cask "figma"
cask "font-fira-code"
cask "font-montserrat"
cask "p4v"
# cask "notion"
cask "postman"
cask "slack"
cask "zoom"
# Custom
brew "ffmpeg"
brew "youtube-dl"
cask "alfred"
cask "dropbox"
cask "expressvpn"
cask "firefox"
cask "brave-browser"
cask "vlc"
cask "iterm2"
cask "karabiner-elements"
cask "rectangle"
cask "signal"
cask "skype"
cask "spotify"
cask "telegram"
cask "transmission"
cask "whatsapp"