generated from nberlette/dotfiles
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Brewfile
executable file
·34 lines (31 loc) · 1.2 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
## ------------------------------------------------------------------------ ##
## .Brewfile Nicholas Berlette, 2022-06-07 ##
## ------------------------------------------------------------------------ ##
## https://github.com/nberlette/codespace-dotfiles/blob/main/.Brewfile ##
## ------------------------------------------------------------------------ ##
## MIT © Nicholas Berlette <nick@berlette.com> ##
## ------------------------------------------------------------------------ ##
## auto-generated by the `brew bundle dump` command after installation
tap "homebrew/bundle"
tap "homebrew/core"
tap "supabase/tap"
# GNU File, Shell, and Text utilities
brew "coreutils"
# GitHub command-line tool
brew "gh"
# Small git utilities
brew "git-extras"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Autoformat shell script source code
brew "shfmt"
# Cross-shell prompt for astronauts
brew "starship"
# Supabase CLI
brew "supabase/tap/supabase"