-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Brewfile##os.Darwin
70 lines (70 loc) · 1.26 KB
/
.Brewfile##os.Darwin
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
tap "adur1990/tap"
tap "amar1729/formulae"
tap "benbjohnson/litestream"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
brew "aspell"
brew "atuin"
brew "awscli"
brew "bash"
brew "bc"
brew "cbonsai"
brew "colordiff"
brew "composer"
brew "coreutils"
brew "cowsay"
brew "fnm"
brew "git"
brew "gh"
brew "gnupg"
brew "gnutls"
brew "go"
brew "htop"
brew "httpie"
brew "jq"
brew "less"
brew "mosh"
brew "neovim"
brew "node"
brew "openssh"
brew "pass"
brew "php"
brew "pinentry-mac"
brew "pwgen"
brew "python"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "shellcheck"
brew "slurm"
brew "starship"
brew "the_silver_searcher"
brew "tmux"
brew "tmuxp"
brew "vim"
brew "wget"
brew "yadm"
brew "yarn"
brew "ydiff"
brew "zsh"
brew "zsh-completions"
brew "amar1729/formulae/browserpass"
brew "benbjohnson/litestream/litestream"
cask "alacritty", args: { "no-quarantine": true }
cask "bettertouchtool"
cask "discord"
cask "disk-inventory-x"
cask "font-caskaydia-cove-nerd-font"
cask "font-comic-shanns-mono-nerd-font"
cask "font-monaspace-nerd-font"
cask "font-ubuntu-mono-nerd-font"
cask "google-chrome"
cask "google-cloud-sdk"
cask "iterm2"
cask "maestral"
cask "monitorcontrol"
cask "numi"
cask "passformacos"
cask "spotify"
cask "visual-studio-code"
cask "wezterm"