-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
101 lines (101 loc) · 1.64 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
94
95
96
97
98
99
100
101
tap "buo/cask-upgrade"
tap "homebrew/bundle"
tap "homebrew/services"
tap "nextdns/tap"
tap "osx-cross/arm"
tap "osx-cross/avr"
brew "xz"
brew "arm-none-eabi-gcc"
brew "autoconf"
brew "readline"
brew "sqlite"
brew "autojump"
brew "automake"
brew "coreutils"
brew "tcl-tk"
brew "expect"
brew "fd"
brew "unbound"
brew "srt"
brew "gh"
brew "gifski"
brew "git"
brew "gnu-sed"
brew "gnupg"
brew "helix"
brew "libtool"
brew "imagemagick"
brew "jq"
brew "lazygit"
brew "libxslt"
brew "libyaml"
brew "mas"
brew "neofetch"
brew "neovim"
brew "nghttp2"
brew "ollama", restart_service: true
brew "p7zip"
brew "pandoc"
brew "ripgrep"
brew "shellcheck"
brew "speedtest-cli"
brew "stow"
brew "tidy-viewer"
brew "tmux"
brew "unixodbc"
brew "vim"
brew "wget"
brew "yt-dlp"
brew "zlib"
brew "zsh"
cask "1password"
cask "1password-cli"
cask "alt-tab"
cask "appcleaner"
cask "balance-lock"
cask "balenaetcher"
cask "bruno"
cask "cryptomator"
cask "dbngin"
cask "discord"
cask "docker"
cask "firefox"
cask "font-caskaydia-cove-nerd-font"
cask "github"
cask "iina"
cask "imageoptim"
cask "iterm2"
cask "itsycal"
cask "jordanbaird-ice"
cask "kap"
cask "karabiner-elements"
cask "logseq"
cask "losslesscut"
cask "lunar"
cask "meetingbar"
cask "microsoft-auto-update"
cask "microsoft-office"
cask "numi"
cask "obs"
cask "obsidian"
cask "omnidisksweeper"
cask "qmk-toolbox"
cask "rapidapi"
cask "raycast"
cask "resilio-sync"
cask "shottr"
cask "slack"
cask "spotify"
cask "sublime-merge"
cask "sublime-text"
cask "tableplus"
cask "tailscale"
cask "transmit"
cask "typora"
cask "vial"
cask "visual-studio-code"
cask "wezterm"
cask "yubico-authenticator"
cask "yubico-yubikey-manager"
cask "zed"
cask "zoom"