-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
44 lines (41 loc) · 806 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
cask_args appdir: '/Applications'
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "FelixKratz/formulae"
brew "bat"
brew "coreutils"
brew "curl"
brew "exa"
brew "jq"
brew "fd"
brew "gpg"
brew "fasd"
brew "neovim"
brew "terminal-notifier"
brew "diff-so-fancy"
brew "wifi-password"
brew "git-extras"
brew "the_silver_searcher"
brew "tree"
brew "fzf"
brew "yadm"
brew "pure"
brew "wget"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
brew "gh"
brew "switchaudio-osx"
brew "sketchybar"
cask "iterm2"
# cask "visual-studio-code"
cask "font-jetbrains-mono-nerd-font"
cask "ubersicht"
cask "zoom"
cask "sf-symbols"