-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
executable file
·99 lines (94 loc) · 1.56 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
# frozen_string_literal: true
# vi:ft=ruby:
tap "homebrew/services"
tap "thoughtbot/formulae"
tap "universal-ctags/universal-ctags"
tap "aws/tap"
tap "homebrew/cask-versions"
# Utils
brew "ag"
brew "asdf"
brew "aws-sam-cli"
brew "bat"
brew "cmake"
brew "direnv"
brew "efm-langserver"
brew "elixir"
brew "entr"
brew "eza"
brew "wyne/tap/fasder"
brew "fd"
brew "ffmpeg"
brew "ffmpegthumbnailer"
brew "fish"
brew "fzf"
brew "gh"
# brew "gdb" not available on apple silicon
brew "git"
brew "gnupg"
brew "golang"
brew "graphviz"
brew "htop"
brew "httpie"
brew "hub"
brew "imagemagick"
brew "jq"
brew "lima"
brew "lua-language-server"
brew "neovim"
brew "node"
brew "pinentry-mac"
brew "pyenv"
brew "qemu"
brew "rbenv"
brew "rcm"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "rust-analyzer"
brew "shellcheck"
brew "shfmt"
brew "switchaudio-osx"
brew "tldr"
brew "tmux"
brew "tree"
brew "unison"
brew "autozimu/homebrew-formulas/unison-fsmonitor"
brew "universal-ctags"
brew "watch"
brew "wget"
brew "yaml-language-server"
brew "yarn"
brew "youtube-dl"
brew "yq"
brew "zlib"
brew "colima"
brew "docker"
# Garbage Heap?
# brew "awscli"
# brew "gnupg21"
# brew "docker"
# brew "docker-compose"
# brew "docker-machine"
# brew "willgit"
# Applications
cask "alacritty"
cask "dash"
cask "firefox"
cask "google-chrome"
cask "gpg-suite"
cask "imagealpha"
cask "imageoptim"
cask "iterm2"
cask "obsidian"
cask "rowanj-gitx"
cask "sequel-pro"
cask "slack"
cask "transmission"
cask "vagrant"
cask "virtualbox"
cask "xquartz"
cask "zoom"
# Garbage Heap?
# cask "psequel"
# cask "osxfuse"
# cask "macfuse"