-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Brewfile
49 lines (45 loc) · 881 Bytes
/
.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
# # rubocop:disable Naming/FileName
# frozen_string_literal: true
# See
#
# * https://github.com/Homebrew/homebrew-bundle
# * `brew bundle --help`
tap "d12frosted/emacs-plus"
tap "tkareine/chnode"
brew "awscli"
brew "azure-cli"
brew "bash"
brew "bash-completion@2"
brew "chruby"
brew "coreutils"
brew "d12frosted/emacs-plus/emacs-plus@30", args: %w[with-modern-icon] if OS.mac?
brew "ffmpeg"
brew "fzf"
brew "git"
brew "global"
brew "gnupg"
brew "jq"
brew "libressl"
brew "nmap"
brew "node@22"
brew "openssl@3"
brew "pinentry-mac" if OS.mac?
brew "readline"
brew "ripgrep"
brew "ruby-install"
brew "shellcheck"
brew "tkareine/chnode/chnode"
brew "yt-dlp"
brew "zoxide"
cask "alfred"
cask "betterdisplay"
cask "firefox"
cask "gitup"
cask "imageoptim"
cask "iterm2"
cask "jdk-mission-control"
cask "keepassxc"
cask "rectangle"
cask "spotify"
cask "temurin@21"
cask "thunderbird"