-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
70 lines (66 loc) · 1.08 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
tap 'homebrew/services'
tap 'homebrew/cask-fonts'
#tap 'mvrilo/taps'
brew 'bash'
brew 'bash-completion'
brew 'bat'
brew 'bottom'
brew 'coreutils'
brew 'ctags'
brew 'ctop'
brew 'curl'
brew 'deno'
brew 'direnv'
brew 'dnsmasq'
brew 'duf'
brew 'fd'
brew 'ffmpeg'
brew 'fish'
brew 'fzf'
brew 'git'
brew 'git-delta'
brew 'gnupg'
brew 'go'
brew 'htop'
brew 'hwatch'
brew 'jq'
brew 'lima'
brew 'nmap'
brew 'node'
brew 'protoc-gen-go'
brew 'python3'
brew 'reattach-to-user-namespace'
brew 'revive'
brew 'ripgrep'
brew 'rkhunter'
brew 'rust-analyzer'
brew 'shellcheck'
brew 'speedtest-cli'
brew 'sqlite'
brew 'staticcheck'
brew 'tmux'
brew 'tree'
brew 'vim'
brew 'wget'
brew 'you-get'
brew 'youtube-dl'
brew 'tree-sitter', args: ['HEAD']
brew 'luajit', args: ['HEAD']
brew 'neovim', args: ['HEAD']
mas 'whatsapp-desktop', id: 1147396723
mas 'tailscale', id: 1475387142
cask '1password'
cask 'alacritty'
cask 'brave-browser'
cask 'bluesnooze'
cask 'docker'
cask 'lulu'
cask 'oversight'
cask 'netiquette'
cask 'stremio'
cask 'slack'
cask 'rectangle'
cask 'spotify'
cask 'telegram'
cask 'transmission'
cask 'vlc'