-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathBrewfile
62 lines (55 loc) · 1.22 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
# `brew bundle install`
# See https://www.caseyliss.com/2019/10/8/brew-bundle
# and https://gist.github.com/cliss/74782128b9a35366ecac44a7c4b45752
cask_args appdir: "/Applications"
brew "mas"
mas "AusweisApp Bund", id: 948660805
mas "BetterSnapTool", id: 417375580
mas "Boop", id: 1518425043
mas "DaisyDisk", id: 411643860
mas "Exporter", id: 1099120373 # Export Notes to Markdown
mas "Kindle", id: 405399194
mas "Pastebot", id: 1179623856
mas "Pixelmator Pro", id: 1289583905
mas "Play Save - Videos Watch Later", id: 1596506190
mas "Soulver 3", id: 1508732804
mas "Theine", id: 955848755
mas "Adblock Plus for Safari ", id: 1432731683
mas "Hush for Safari", id: 1544743900
brew "ack"
brew "awscli"
brew "bash-completion"
brew "curl"
brew "delta"
brew "fd"
brew "gh"
brew "git"
brew "hashdeep"
brew "hey"
brew "httpie"
brew "jq"
brew "kubectx"
brew "libtool"
brew "rbenv"
brew "readline", link: true
brew "watch"
brew "wget"
# Go and Co.
brew "go"
brew "go-bindata"
# Java and friends...
tap "adoptopenjdk/openjdk"
brew "gradle"
brew "maven"
brew "sbt"
brew "scala"
cask "betterzip"
cask "deckset"
cask "docker"
cask "google-cloud-sdk"
cask "imageoptim"
cask "intellij-idea"
cask "macdown"
cask "paw"
cask "qlmarkdown"
cask "visual-studio-code"