-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
102 lines (94 loc) · 1.66 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
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
100
101
102
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/cask-fonts"
tap "heroku/brew"
tap "bufbuild/buf"
brew "mas"
# Browsers
cask "firefox"
cask "firefox-nightly"
cask "google-chrome"
cask "google-chrome-canary"
cask "safari-technology-preview"
cask "vivaldi"
# Office Utilities
cask "thunderbird"
cask "slack"
cask "box-drive"
cask "mendeley"
cask "bitwarden"
cask "meetingbar"
cask "inkdrop"
cask "pritunl"
cask "expressvpn"
cask "miro"
cask "figma"
cask "gather"
mas "Letterspace", id: 950145466
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Keynote", id: 409183694
mas "Pocket", id: 568494494
# Programming
brew "pyenv"
brew "tfenv"
brew "cloc"
brew "heroku/brew/heroku"
brew "svn"
brew "git"
brew "gh"
brew "go"
brew "golangci-lint"
brew "falco"
brew "lua"
brew "dep"
brew "yarn"
brew "pnpm"
brew "jq"
brew "helm"
brew "wrk"
brew "bufbuild/buf/buf"
cask "font-source-code-pro-for-powerline"
cask "iterm2"
cask "visual-studio-code"
cask "virtualbox"
cask "java"
cask "android-platform-tools"
cask "db-browser-for-sqlite"
cask "proxyman"
mas "XCode", id: 497799835
# Graphics
brew "imagemagick"
brew "ffmpeg"
cask "gimp"
# Utilities
brew "coreutils"
brew "moreutils"
brew "grep"
brew "gnu-sed"
brew "the_silver_searcher"
brew "terminal-notifier"
brew "wine"
brew "winetricks"
brew "dnscrypt-proxy"
brew "tldr"
brew "tree"
brew "ifstat"
brew "direnv"
cask "xbar"
cask "karabiner-elements"
cask "yujitach-menumeters"
cask "clipy"
cask "the-unarchiver"
# QuickLook plugins
cask "qlvideo"
cask "qlstephen"
cask "betterzip"
# Entertainment
cask "vlc"
cask "amazon-music"
cask "spotify"
cask "bathyscaphe"
cask "kindle"
cask "blu-ray-player"
mas "LINE", id: 539883307