-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
93 lines (93 loc) · 1.59 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
tap "buo/cask-upgrade"
tap "d12frosted/emacs-plus"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "jakehilborn/jakehilborn"
tap "microsoft/git"
brew "antidote"
brew "arduino-cli"
brew "arp-scan"
brew "aspell"
brew "m4"
brew "automake"
brew "avrdude"
brew "bash"
brew "bear"
brew "binutils"
brew "glib"
brew "pkg-config"
brew "[email protected]"
brew "llvm"
brew "ccls"
brew "cmake"
brew "cmake-docs"
brew "coreutils"
brew "dash"
brew "diffutils"
brew "file-formula"
brew "fzf"
brew "gawk"
brew "gcc"
brew "gdb"
brew "gh"
brew "git"
brew "github-keygen"
brew "gnutls"
brew "gnupg"
brew "go"
brew "gobject-introspection"
brew "gpatch"
brew "gzip"
brew "harfbuzz"
brew "imagemagick"
brew "keychain"
brew "ldns"
brew "less"
brew "pango"
brew "make"
brew "most"
brew "msmtp"
brew "nano"
brew "node"
brew "openssh"
brew "perl"
brew "pinentry-mac"
brew "platformio"
brew "poppler"
brew "proselint"
brew "pyenv"
brew "pyenv-virtualenv"
brew "pyright"
brew "rename"
brew "ripgrep"
brew "rsync"
brew "sbcl"
brew "screen"
brew "screenfetch"
brew "smartmontools"
brew "stow"
brew "subversion"
brew "terminal-notifier"
brew "the_silver_searcher"
brew "unzip"
brew "virtualenv"
brew "watch"
brew "wget"
brew "zsh"
brew "d12frosted/emacs-plus/emacs-plus@29", args: ["with-no-frame-refocus"]
brew "jakehilborn/jakehilborn/displayplacer"
cask "arduino"
cask "arduino-ide"
cask "bettertouchtool"
cask "cscreen"
cask "flycut"
cask "git-credential-manager-core"
cask "google-chrome"
cask "karabiner-elements"
cask "mactex-no-gui"
cask "mqtt-explorer"
cask "openscad"
cask "vlc"