forked from rmm5t/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
65 lines (62 loc) · 1.37 KB
/
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
56
57
58
59
60
61
62
63
64
65
# taps
tap "microsoft/git" # for Git Credential Manager
# brews
brew "autojump"
brew "bash-completion"
brew "ffmpeg" # for youtube-dl audio extraction
brew "git"
brew "gh" # GitHub CLI
brew "hub"
brew "kubectx"
brew "kubernetes-cli"
brew "mas"
brew 'nodenv' # run nodenv init in your shell to enable
brew 'node-build'
brew "php" # for https://github.com/gharlan/alfred-github-workflow
brew "pyenv" # run pyenv init in your shell to enable
brew "prettier"
brew "rbenv" # run rbenv init in your shell to enable
brew "ruby-build"
brew "shellcheck" # for shell script linting
brew "tldr"
brew "watch"
brew "wget"
brew "youtube-dl"
# casks
cask "1password"
cask "alfred"
cask "anylist"
cask "audiobook-builder"
cask "authy"
cask "choosy"
cask "cleanshot"
cask "daisydisk"
cask "fantastical"
cask "firefox"
cask "google-chrome"
cask "handbrake"
cask "istat-menus"
cask "iterm2"
cask "maestral"
cask "mimestream"
cask "moom"
cask "orbstack"
cask "postman"
cask "rocket"
cask "slack"
# cask "soundsource"
cask "soulver"
cask "sublime-merge"
cask "the-archive"
cask "transmit"
cask "vlc"
cask "visual-studio-code"
cask "zoom"
# Mac App Store
mas "Brother iPrint&Scan", id: 1193539993
mas "Froq", id: 894339623
mas "Paprika Recipe Manager 3", id: 1303222628
mas "Parcel - Delivery Tracking", id: 639968404
mas "Speedtest by Ookla", id: 1153157709
mas "Things 3", id: 904280696
mas "wifi-explorer", id: 494803304