-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
61 lines (61 loc) · 1.07 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
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
brew "bash"
brew "openssl@3"
brew "coreutils"
brew "curl"
brew "go"
brew "direnv"
brew "fzf"
brew "git"
brew "gnutls"
brew "readline"
brew "gnupg"
brew "htop"
brew "ipcalc"
brew "iperf"
brew "jq"
brew "lastpass-cli"
brew "libyaml"
brew "lua"
brew "mas"
brew "minio-mc"
brew "node"
brew "protobuf"
brew "[email protected]"
brew "[email protected]"
brew "s3cmd"
brew "shellcheck"
brew "tailscale", restart_service: true
brew "the_silver_searcher"
brew "tig"
brew "tmate"
brew "tmux"
brew "tree"
brew "vim"
brew "watch"
brew "wget"
brew "youtube-dl"
cask "beeper"
cask "copyq"
cask "font-inconsolata"
cask "iina"
cask "raspberry-pi-imager"
cask "rectangle"
cask "shottr"
cask "stats"
cask "sublime-text"
cask "telegram-desktop"
cask "transmission"
cask "visual-studio-code"
cask "warp"
mas "Bob", id: 1630034110
mas "Microsoft To Do", id: 1274495053
mas "The Unarchiver", id: 425424353
mas "WeChat", id: 836500024
mas "WhatsApp", id: 1147396723
vscode "GitHub.copilot"
vscode "golang.go"
vscode "ms-vscode.live-server"
vscode "vscodevim.vim"