-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
84 lines (84 loc) · 1.36 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
tap "armmbed/formulae"
tap "caarlos0/tap"
tap "charmbracelet/tap"
tap "cmacrae/formulae"
tap "emqx/mqttx"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "osx-cross/arm"
tap "osx-cross/avr"
tap "qmk/qmk"
brew "ack"
brew "bash-completion"
brew "bat"
brew "ccache"
brew "cmake"
brew "cowsay"
brew "ddgr"
brew "eza"
brew "fd"
brew "fzf"
brew "gh"
brew "ghq"
brew "glow"
brew "unbound"
brew "gnutls"
brew "gperf"
brew "hr"
brew "hyperfine"
brew "jenv"
brew "kubernetes-cli"
brew "lazygit"
brew "less"
brew "libmagic"
brew "libwebsockets"
brew "libzip"
brew "mdcat"
brew "micropython"
brew "mosquitto"
brew "neofetch"
brew "neovim"
brew "ninja"
brew "nvm"
brew "portaudio"
brew "procs"
brew "protobuf"
brew "pyenv"
brew "[email protected]"
brew "qemu"
brew "ranger"
brew "redis"
brew "ripgrep"
brew "rm-improved"
brew "scc"
brew "starship"
brew "terminal-notifier"
brew "tig"
brew "tldr"
brew "tmux"
brew "todo-txt"
brew "trash"
brew "tree"
brew "vim"
brew "wget"
brew "yarn"
brew "zig"
brew "zoxide"
brew "armmbed/formulae/arm-none-eabi-gcc"
brew "caarlos0/tap/timer"
brew "emqx/mqttx/mqttx-cli"
brew "koekeishiya/formulae/skhd"
brew "qmk/qmk/qmk"
cask "alacritty"
cask "docker"
cask "font-fira-code"
cask "font-fontawesome"
cask "ghdl"
cask "hiddenbar"
cask "iterm2"
cask "qmk-toolbox"
cask "raycast"
cask "time-out"