-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
84 lines (77 loc) · 1.3 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'owenvoke/casks'
tap 'shivammathur/php'
tap 'teamookla/speedtest'
# General
brew 'act'
brew 'asciinema'
brew 'caddy'
brew 'composer'
brew 'coreutils'
brew 'curl'
brew 'duf'
brew 'ffmpeg'
brew 'fswatch'
brew 'gawk'
brew 'git'
brew 'git-extras'
brew 'gh'
brew 'gnupg'
brew 'go'
brew 'httpie'
brew 'ipfs'
brew 'jq'
brew 'mas'
brew 'nano'
brew 'node'
brew 'ripgrep'
brew 'solidity'
brew 'speedtest-cli'
brew 'starship'
brew 'tmux'
brew 'yadm'
brew 'yq'
brew 'zsh'
# PHP
brew 'shivammathur/php/php'
brew 'shivammathru/php/[email protected]'
brew 'shivammathur/php/[email protected]'
# Casks
cask '1password'
cask 'alfred'
cask 'android-file-transfer'
cask 'beyond-compare'
cask 'dbngin'
cask 'discord'
cask 'firefox'
cask 'handbrake'
cask 'helo'
cask 'iconset'
cask 'inkscape'
cask 'insomnia'
cask 'invoker'
cask 'iterm2'
cask 'jetbrains-toolbox'
cask 'ledger-live'
cask 'mediainfo'
cask 'mkvtoolnix'
cask 'phpmon'
cask 'tableplus'
cask 'tinkerwell'
cask 'vlc'
cask 'vscodium'
cask 'zettlr'
# Games
cask 'runescape'
# Fonts
cask 'font-firacode-nerd-font'
cask 'font-jetbrainsmono-nerd-font'
cask 'font-roboto'
# Speedtest CLI
brew 'teamookla/speedtest/speedtest'
# Mac App Store
mas "Microsoft Remote Desktop", id: 1295203466
mas "WireGuard", id: 1451685025
mas "Pixel Studio", id: 1477015249