-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
55 lines (52 loc) · 877 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
55
tap "homebrew/bundle"
tap "homebrew/services"
# Homebrew
brew "awscli"
brew "carthage"
brew "curl"
brew "diff-so-fancy"
brew "direnv"
brew "figlet"
brew "fzf"
brew "git"
tap "git-duet/tap"
brew "git-duet"
brew 'gnupg'
# brew "grep", args: ["with-default-names"]
brew "imagemagick"
brew "libpq"
# brew "mas"
brew "openssl"
brew "pgcli"
brew "pinentry-mac"
brew "qt5"
tap "thoughtbot/formulae"
brew "rcm"
brew "ripgrep"
brew "tig"
brew "tmux"
brew "tree"
brew "vim"
brew "wemux"
brew "yarn"
brew "z"
brew "zsh"
# Cask
tap "homebrew/cask"
cask_args appdir: '/Applications'
cask "alfred"
cask "charles"
cask "dash"
cask "dropbox"
cask "fantastical"
# cask "google-chrome"
cask "karabiner-elements"
cask "keyboard-maestro"
cask "kitty"
cask "mutify"
cask "slack"
cask "spotify"
cask "tableplus"
# Apple Dev
# mas "Xcode", id: 497799835
# system "sudo xcodebuild -license accept"