-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
47 lines (47 loc) · 908 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
tap "homebrew/bundle"
tap "osx-cross/arm"
tap "qmk/qmk"
tap "rs/tap"
brew "ca-certificates"
brew "curlie"
brew "difftastic"
brew "erlang"
brew "elixir"
brew "eza"
brew "fd"
brew "fish"
brew "fzf"
brew "ghcup"
brew "go"
brew "hugo"
brew "jq"
brew "python@3"
brew "reattach-to-user-namespace"
brew "rebar3"
brew "rustup"
brew "the_silver_searcher"
brew "tmux"
brew "vim"
brew "watch"
brew "wezterm"
cask "1password"
cask "alfred"
cask "dash"
cask "obs"
cask "obsidian"
cask "qmk-toolbox"
cask "racket"
cask "tla-plus-toolbox"
cask "transmission"
cask "vlc"
cask "zed"
vscode "alygin.vscode-tlaplus"
vscode "evzen-wybitul.magic-racket"
vscode "ginfuru.ginfuru-better-solarized-dark-theme"
vscode "haskell.haskell"
vscode "justusadam.language-haskell"
vscode "mjmcloug.vscode-elixir"
vscode "nonylene.dark-molokai-theme"
vscode "phoenixframework.phoenix"
vscode "tamasfe.even-better-toml"
vscode "vscodevim.vim"