-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBrewfile
82 lines (67 loc) · 942 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
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
# File watching
brew "watch"
# Databases
brew "sqlite"
# JavaScript / JSON
brew "jq"
# Python
brew "python"
brew "python3"
brew "python-launcher"
brew "readline"
# Shell
brew "zsh"
# File editing
brew "neovim"
# Git[Hub]
brew "gh"
brew "git"
brew "pre-commit"
# Networking
brew "curl"
brew "httpie"
cask "ngrok"
brew "wget"
# Build tools
cask "cmake"
# General CLI tools
brew "adr-tools"
brew "asciinema"
brew "awscli"
brew "bat"
brew "cookiecutter"
brew "ctags"
brew "devd"
brew "direnv"
brew "fd"
brew "fzf"
brew "gnupg"
brew "helm"
brew "htop"
brew "proselint"
brew "ripgrep"
brew "tree"
brew "xz"
brew "yq"
brew "zoxide"
brew "zstd"
# Caches
brew "redis"
# Compression
brew "brotli"
brew "zlib"
# Image and text libraries
brew "cairo"
brew "graphviz"
brew "jpeg-turbo"
brew "jpeg-xl"
brew "libpng"
brew "pango"
brew "webp"
# Libraries
brew "libxml2"
# Security
cask "keepassxc"
# Productivity
cask "alfred"
brew "starship"