forked from jackfranklin/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
54 lines (48 loc) · 872 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
# Languages
brew "rbenv"
brew "rbenv-default-gems"
brew "reattach-to-user-namespace"
brew "ruby-build"
brew "go"
brew "fnm" # faster node manager
brew "shellcheck" # shell script linter
brew "jsonnet"
# Productivity
brew "bash" # The default on macOS is old
brew "direnv"
brew "fzf"
brew "git"
brew "htop"
cask "raycast"
brew "ripgrep"
brew "the_silver_searcher"
brew "tmux"
brew "tree"
brew "nvim"
brew "watch"
brew "zsh"
# Security
brew "openssl"
# Apps
cask "google-chrome"
cask "kitty"
cask "linear-linear"
cask "notion"
cask "slack"
cask "whatsapp"
cask "rectangle"
cask "visual-studio-code"
# Dev stuff
brew "awscli"
cask "google-cloud-sdk"
brew "jq"
brew "postgresql"
brew "pspg" # nice pager for psql
tap "dbt-labs/dbt"
brew "dbt-bigquery"
# Yubikey security
brew "gnupg"
brew "yubikey-personalization"
brew "hopenpgp-tools"
brew "ykman"
brew "pinentry-mac"