forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
48 lines (48 loc) · 945 Bytes
/
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
tap "d12frosted/emacs-plus"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "jzaleski/jzaleski"
tap "trashhalo/brews"
brew "aspell"
brew "autoconf"
brew "bat"
brew "coreutils"
brew "fd"
brew "unixodbc"
brew "freetds"
brew "fzf"
brew "gh"
brew "git-delta"
brew "pkg-config"
brew "gnupg"
brew "graphviz"
brew "htop"
brew "ispell"
brew "libgccjit"
brew "pinentry-mac"
brew "plantuml"
brew "pngpaste"
brew "py-spy"
brew "reattach-to-user-namespace"
brew "rename"
brew "ripgrep"
brew "swi-prolog"
brew "tmux"
brew "nvm"
brew "tree"
brew "vim"
brew "wget"
brew "yt-dlp"
brew "d12frosted/emacs-plus/emacs-plus@28", args: ["with-dragon-icon", "with-imagemagick", "with-native-comp"]
brew "jzaleski/jzaleski/apg"
brew "trashhalo/brews/imgcat"
cask "font-hack-nerd-font"
cask "font-source-code-pro"
cask "icanhazshortcut"
cask "iterm2"
cask "keepassxc"
cask "rancher"
cask "syncthing"
cask "visual-studio-code"