-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
130 lines (111 loc) · 1.94 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# frozen_string_literal: true
# asdf
brew 'asdf'
brew 'autoconf'
brew 'automake'
brew 'cmake'
brew 'coreutils'
brew 'curl'
brew 'libtool'
brew 'libyaml'
brew 'openssl'
brew 'readline'
brew 'unixodbc'
brew 'unzip'
# asdf-erlang
brew 'fop'
brew 'libxslt'
brew '[email protected]'
brew 'wxwidgets'
# asdf-postgres
brew 'gcc'
brew 'ossp-uuid'
brew 'readline'
brew 'zlib'
# tools
brew 'ack'
brew 'antibody'
brew 'bash'
brew 'fswatch'
brew 'fzf'
brew 'gh'
brew 'git'
brew 'git-crypt'
brew 'go'
brew 'graphviz'
brew 'imagemagick'
brew 'jq'
brew 'make'
brew 'pinentry'
brew 'pinentry-mac'
brew 'plantuml'
brew 'shellcheck'
brew 'task'
brew 'tmux'
brew 'vim'
brew 'watch'
brew 'yarn'
brew 'zsh'
# https://elixirforum.com/t/editing-heex-with-emacs-web-mode-how-to-recognize-tag-as-a-tag/53973/10
brew 'tree-sitter'
# emacs doom
tap 'railwaycat/emacsmacport'
brew 'railwaycat/emacsmacport/emacs-mac', args: ['with-native-compilation']
brew 'aspell'
brew 'grep'
brew 'editorconfig'
brew 'ripgrep'
brew 'fd'
# Handy tools
brew 'gource'
brew 'dos2unix'
brew 'wget'
brew 'gpg2'
brew 'dialog'
tap 'pmeinhardt/tools'
brew 'pmeinhardt/tools/hmm', args: ['HEAD']
# mkdocs
brew 'python'
# chromic
brew 'xpdf'
brew 'verapdf'
brew 'ghostscript'
# kube
brew 'kind'
brew 'kubernetes-cli'
brew 'stern'
brew 'mkcert'
brew 'nss'
tap 'ionos-cloud/ionos-cloud'
brew 'ionos-cloud/ionos-cloud/ionosctl'
tap 'hashicorp/tap'
brew 'hashicorp/tap/terraform'
# cask
cask 'rectangle'
cask '1Password'
cask 'google-chrome'
cask 'firefox'
cask 'chromedriver'
tap 'homebrew/cask-fonts'
cask 'font-fira-code'
cask 'font-fira-sans'
cask 'docker'
cask 'alacritty'
cask 'spotify'
cask 'keycastr'
cask 'discord'
cask 'microsoft-teams'
cask 'slack'
cask 'kap'
cask 'pgadmin4'
cask 'keybase'
cask 'yed'
cask 'bruno'
tap 'homebrew/cask-drivers'
cask 'obinskit'
# brew additions
brew 'mas'
mas 'Amphetamine', id: 937_984_704
mas 'Dashlane', id: 517_914_548
mas 'Irvue', id: 1_039_633_667
mas 'IthoughtsX', id: 720_669_838