-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
executable file
·103 lines (97 loc) · 1.66 KB
/
Brewfile
File metadata and controls
executable file
·103 lines (97 loc) · 1.66 KB
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
102
103
# frozen_string_literal: true
# vi:ft=ruby:
tap "aws/tap"
tap "itchyny/tap" # git-branch-name
tap "thoughtbot/formulae" # rcm
# Utils
brew "ag"
brew "aws-sam-cli"
brew "awscli"
brew "bandwhich"
brew "bat"
brew "carthage" # Dependencies for Cocoa
brew "cmake"
brew "colima"
brew "docker"
brew "efm-langserver"
brew "elixir"
brew "entr"
brew "eza"
brew "fd"
brew "ffmpeg"
brew "ffmpegthumbnailer"
brew "fish"
brew "fzf"
brew "gh"
brew "git"
brew "git-branch-name"
brew "gnupg"
brew "graphviz"
brew "htop"
brew "httpie"
brew "hub"
brew "imagemagick"
brew "jq"
brew "lima"
brew "lima-additional-guestagents"
brew "lua-language-server"
brew "marksman" # markdown language server
brew "mise"
brew "neovim"
brew "pinentry-mac"
brew "qemu"
brew "rcm"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "ruff"
brew "rust-analyzer"
brew "shellcheck"
brew "shfmt"
brew "switchaudio-osx"
brew "tldr"
brew "tmux"
brew "tree"
brew "unison"
brew "uv"
brew "watch"
brew "wget"
brew "wireguard-tools"
brew "yaml-language-server"
brew "yarn"
brew "yq"
brew "yt-dlp"
brew "zlib"
brew "zoxide"
# Garbage Heap?
# brew "docker-compose"
# brew "docker-machine"
# brew "gdb" not available on apple silicon
# brew "gnupg21"
# brew "nerdctl"
# brew "universal-ctags"
# brew "willgit"
# Applications
cask "alacritty"
cask "firefox"
cask "gpg-suite"
cask "imagealpha"
cask "imageoptim"
cask "iterm2"
cask "ngrok"
cask "obsidian"
cask "gitx"
cask "transmission"
cask "utm"
cask "vagrant"
# cask "virtualbox-beta"
# cask "virtualbox-extension-pack-beta"
# cask "slack"
# Garbage Heap?
# cask "dash"
# cask "google-chrome"
# cask "macfuse"
# cask "osxfuse"
# cask "psequel"
# cask "sequel-pro"
# cask "xquartz"
# cask "zoom"