-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brewfile.stage0
75 lines (66 loc) · 1.11 KB
/
Brewfile.stage0
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
brew "antibody"
brew "asdf"
brew "bc"
brew "broot"
brew "ccat"
brew "coreutils"
brew "diff-so-fancy"
brew "direnv"
brew "fzf"
brew "git"
brew "gnu-tar"
brew "gpg"
brew "grep"
brew "htop"
brew "icdiff"
brew "icu4c"
brew "lsd"
brew "jenv"
brew "moreutils"
brew "mtr"
brew "nano"
brew "ncdu"
brew "nmap"
brew "nvm"
brew "pyenv-virtualenv"
brew "pyenv"
brew "rbenv"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "ruby"
brew "shellcheck"
brew "shfmt"
brew "socat"
brew "stow"
brew "terraform"
brew "volta"
brew "wget"
brew "zsh"
brew "poetry"
brew "imagemagick"
brew "graphviz"
brew "jq"
brew "findutils"
# riceutils
brew "btop"
brew "cowsay"
brew "cmatrix"
brew "pipes-sh"
cask "font-hack-nerd-font"
brew "surjikal/tap/git-gui"
# fonts
brew "font-meslo-lg-nerd-font"
cask "font-meslo-nerd-font"
# install app store apps via cli
brew "mas"
# 42 deps
brew "libvips" # used for 'sharp'
brew "aswcli"
brew "google-cloud-sdk"
cask "alacritty"
cask "visual-studio-code-insiders"
cask "firefox-developer-edition"
cask "karabiner-elements"
cask "spectacle"
# not 100% sure but related to stable diffusion python
brew "psutils"