-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
93 lines (81 loc) · 1.47 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
cask_args appdir: '/Applications'
#
# Homebrew
#
# Programming languages
brew "[email protected]"
brew "[email protected]"
brew "php"
brew "composer"
brew "fnm"
brew "openjdk"
brew "jenv"
brew "pyenv"
# Mobile development (Android)
brew "bundletool"
cask "android-platform-tools"
cask "android-commandlinetools"
# Terminal tools
brew "sheldon"
brew "starship"
brew "terminal-notifier"
# GNU/Linux stuff
brew "coreutils"
brew "grep"
brew "nmap"
brew "htop"
# IDEs and browsers
cask "visual-studio-code"
cask "sublime-text"
cask "google-chrome"
cask "firefox"
# Other programming tools
cask "docker"
cask "ksdiff"
cask "iterm2"
cask "tower"
cask "tableplus"
brew "qcachegrind"
brew "lazydocker"
brew "lazygit"
cask "hex-fiend"
brew "mysql-client"
brew "pcre2"
brew "scrcpy"
# Day by day tools (essentials)
cask "notion"
cask "clickup"
cask "soundsource"
cask "tuxera-ntfs"
cask "betterzip"
cask "shuttle"
cask "spotify"
cask "iina"
cask "discord"
cask "tinkerwell"
cask "1password"
cask "1password-cli"
# Sysadmin stuff
cask "little-snitch"
cask "stats"
brew "gh"
brew "telnet"
brew "wakeonlan"
brew "wget"
brew "awscli"
# Required for the part below
brew "mas"
#
# App Store
#
mas "Pixelmator Pro", id: 1289583905
mas "Kaleidoscope", id: 587512244
mas "Magnet", id: 441258766
mas "Dato", id: 1470584107
mas "XCode", id: 497799835
mas "Bear", id: 1091189122
mas "Slack", id: 803453959
mas "Gaplin", id: 768053424
# mas "Reeder", id: 1449412482
# mas "Transmit 5", id: 1436522307
mas "ColorSlurp", id: 1287239339