-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
84 lines (71 loc) · 1.21 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
# Taps
# Brews
## install MacOS appstore CLI
brew "mas"
## GNU core utilities
### TODO: Update ZSH script https://github.com/mathiasbynens/dotfiles/blob/main/brew.sh#L15
brew "coreutils"
# Install more recent versions of some macOS tools.
brew "vim"
brew "grep"
brew "openssh"
brew "git"
brew "ripgrep"
brew "stow"
brew "fzf"
brew "bat"
brew "jq"
brew "yq"
brew "shellcheck"
brew "just"
tap "mike-engel/jwt-cli"
brew "jwt-cli"
brew "ykman"
# ASDF
brew "asdf"
# nodejs deps
brew "gpg"
brew "gawk"
# erlang
brew "autoconf"
brew "openssl@1.1"
brew "libxslt"
brew "fop"
brew "k9s", args: ["build-from-source"]
# CLI
brew "redis"
brew "tree"
brew "dasel"
brew "thefuck"
brew "libpq"
brew "postgresql@13"
# brew link --force libpq
brew "hurl"
brew "fx"
brew "lsd"
brew "krew"
brew "atuin"
brew "sops"
# Casks
cask "visual-studio-code"
cask "rectangle"
cask "firefox"
cask "iterm2"
cask "obsidian"
# cask "vanilla"
cask "font-fira-code-nerd-font"
cask "spotify"
cask "tidal"
cask "raindropio"
cask "docker"
cask "google-chrome"
cask "raycast"
cask "zoom"
cask "jetbrains-toolbox"
cask "insomnia"
cask "kap"
# Mac App
mas "Fantastical", id: 975937182
mas "Clocker", id: 1056643111
mas "Xnip", id: 1221250572
mas "Velja", id: 1607635845