-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
79 lines (70 loc) · 1.39 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
tap "homebrew/bundle"
# taps
tap "d12frosted/emacs-plus"
tap "derailed/k9s"
tap "macos-fuse-t/cask"
tap "mas-cli/tap"
brew "mas"
# terminal/tmux/shell experience
cask "alacritty", args: {"no-quarantine": true}
brew "atuin"
brew "coreutils"
cask "font-mononoki-nerd-font"
brew "reattach-to-user-namespace"
brew "tmux"
brew "vivid"
brew "zsh-syntax-highlighting"
# essentials
brew "emacs-plus@29", args: ["with-native-comp"]
brew "fd"
cask "firefox@nightly"
brew "fzf"
brew "gnupg"
cask "hammerspoon"
cask "logi-options-plus"
cask "maccy"
brew "ripgrep"
brew "jq"
brew "yq"
# second-level essentials
brew "colima"
brew "derailed/k9s/k9s"
brew "docker"
brew "gh"
cask "google-drive"
brew "helm"
brew "kubectl"
# linters and code management
brew "aspell"
brew "go"
brew "ruff"
brew "shellcheck"
brew "shfmt"
brew "uv"
# random tools
brew "ffmpeg"
brew "graphviz"
brew "imagemagick"
brew "pandoc"
brew "pdsh"
brew "presenterm"
brew "wtfutil"
# personal computer
cask "android-platform-tools"
cask "cryptomator"
cask "discord"
cask "fuse-t" # for cryptomator
cask "keepassxc"
cask "signal"
cask "steam"
cask "wireshark"
# mac app store install
mas "Parcel", id: 639968404
# Just to note other formulae used in the past
# cask "ableton-live-suite" # only one install :c
# cask "emacs" # Emacs For MacOS X does not work with Doomemacs
# cask "figma"
# cask "jiggler"
# cask "mactex"
# cask "telegram"
# cask "tomatobar"