-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
75 lines (75 loc) · 1.33 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
tap "borkdude/brew"
tap "clojure-lsp/brew"
tap "clojure/tools"
tap "cloudfoundry/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "thoughtbot/formulae"
brew "asdf"
brew "awscli"
brew "azure-cli"
brew "borkdude/brew/babashka"
brew "cf"
brew "clojure-lsp/brew/clojure-lsp-native"
brew "curl"
brew "diff-so-fancy"
brew "dos2unix"
brew "editorconfig"
brew "ffmpeg"
brew "fontforge"
brew "fzf"
brew "gh"
brew "git"
brew "graphviz"
brew "heroku/brew/heroku"
brew "highlight"
brew "htop"
brew "hub"
brew "hugo"
brew "imagemagick"
brew "jq"
brew "kubernetes-cli"
brew "libxslt"
brew "luarocks"
brew "markdownlint-cli"
brew "mdbook"
brew "most"
brew "ncdu"
brew "neovim"
brew "netcat"
brew "optipng"
brew "pandoc"
brew "pidof"
brew "postgresql@14"
brew "reattach-to-user-namespace"
brew "redis", restart_service: true
brew "shellcheck"
brew "the_silver_searcher"
brew "thoughtbot/formulae/rcm"
brew "tig"
brew "tmux"
brew "tree"
brew "wget"
brew "zsh"
brew "zsh-syntax-highlighting"
cask "chromedriver"
cask "font-iosevka"
cask "font-iosevka-nerd-font"
cask "gimp"
cask "google-cloud-sdk"
cask "inkscape"
cask "kindle"
cask "pgadmin4"
cask "qlmarkdown"
cask "syntax-highlight"
cask "tic80"
cask "visual-studio-code"
cask "vlc"
cask '1password'
cask 'alacritty'
cask 'dropbox'
cask 'hammerspoon'
cask 'obsidian'
cask 'spotify'