forked from hashrocket/dotmatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
66 lines (66 loc) · 1.35 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
tap "caskroom/cask"
tap "d12frosted/emacs-plus"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "kylef/formulae"
tap "neovim/neovim"
tap "pusher/brew"
tap "railwaycat/emacsmacport"
brew "autoconf"
brew "automake"
brew "bat"
brew "[email protected]"
brew "readline"
brew "python", link: false
brew "cmake"
brew "coreutils"
brew "editorconfig"
brew "fd"
brew "gnu-tar"
brew "gnupg"
brew "gradle"
brew "libtool"
brew "htop"
brew "imagemagick"
brew "isync", restart_service: true
brew "jansson"
brew "libyaml"
brew "macvim", args: ["HEAD"]
brew "minicom"
brew "mosh"
brew "mosquitto"
brew "mpc"
brew "neovim"
brew "node"
brew "pandoc"
brew "tree"
brew "pass"
brew "peco"
brew "pkg-config"
brew "poppler"
brew "postgresql"
brew "putty"
brew "pyenv"
brew "pyenv-virtualenv"
brew "python@2"
brew "ranger"
brew "ripgrep"
brew "rust"
brew "shellcheck"
brew "shpotify"
brew "the_silver_searcher"
brew "tmux"
brew "tmuxinator"
brew "wget"
brew "zsh"
brew "d12frosted/emacs-plus/emacs-plus", args: ["HEAD", "with-emacs-27-branch", "with-emacs-icons-project-EmacsIcon5", "with-jansson", "with-mailutils", "with-modern-icon"]
brew "heroku/brew/heroku"
brew "koekeishiya/formulae/skhd"
brew "kylef/formulae/swiftenv"
cask "font-jetbrainsmono-nerd-font"
cask "font-sourcecodepro-nerd-font"