-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdot_Brewfile.tmpl
More file actions
54 lines (51 loc) · 965 Bytes
/
dot_Brewfile.tmpl
File metadata and controls
54 lines (51 loc) · 965 Bytes
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
# -*-mode:ruby-*- vim:ft=ruby
# ~/.Brewfile
# =============================================================================
# Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac
# App Store.
#
# Reference: https://github.com/Homebrew/homebrew-bundle
#
# Quick Start: brew bundle --global
#
# 'brew install'
brew "base64"
brew "cmake"
brew "coreutils"
brew "curl"
brew "findutils"
brew "gcc"
brew "gdbm"
brew "git"
brew "git-lfs"
brew "gnupg"
brew "gnu-sed"
brew "gnutls"
brew "htop"
brew "make"
brew "mas"
brew "neovim"
brew "readline"
brew "sipcalc"
brew "watch"
brew "wget"
brew "jq"
brew "yq"
brew "eza"
brew "podman"
brew "pinentry"
brew "pinentry-mac"
brew "opentofu"
brew "gh"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
brew "carapace"
brew "jj"
{{- if not .headless }}
# 'brew install --cask'
cask "claude-code"
cask "visual-studio-code"
cask "rectangle"
cask "font-fira-code-nerd-font"
cask "displaylink"
{{- end }}