-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
80 lines (71 loc) · 1.09 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'nicoverbruggen/homebrew-cask' # phpmon
# Shell
brew 'starship'
brew 'eza'
# Dev
brew 'colima'
brew 'go'
# PHP
brew 'composer'
brew 'gpg'
brew 'imagemagick'
brew '[email protected]'
brew '[email protected]'
cask 'phpmon'
cask 'herd'
cask 'symfony-cli/tap/symfony-cli'
# Java
brew 'java'
brew 'jenv'
brew 'openjdk@17'
# Ionic
brew 'cocoapods'
brew 'ios-deploy'
# Minecraft
brew 'fabric-installer'
brew 'ferium'
cask 'minecraft'
cask 'prismlauncher'
# Other
brew 'ffmpeg'
brew 'gh'
brew 'jq'
brew 'mdcat'
# Apps
cask '1password'
cask 'airbuddy'
cask 'alfred'
cask 'daisydisk'
cask 'discord'
cask 'docker'
cask 'dropbox'
cask 'dupeguru'
cask 'firefox'
cask 'google-chrome'
cask 'hiddenbar'
cask 'insomnia'
cask 'iterm2'
cask 'jetbrains-toolbox'
cask 'keka'
cask 'notion'
cask 'obsidian'
cask 'openvpn-connect'
cask 'orbstack'
cask 'raycast'
cask 'rectangle'
cask 'sequel-ace'
cask 'slack'
cask 'spotify'
cask 'steam'
cask 'telegram'
cask 'todoist'
cask 'visual-studio-code'
cask 'vivaldi'
cask 'vlc'
cask 'whatsapp'
cask 'yacreader'
# Fonts
cask 'font-fira-code-nerd-font'