-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
51 lines (46 loc) · 844 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
# tap "homebrew/core"
tap "homebrew/bundle"
# tap "homebrew/cask"
tap "ankitpokhrel/jira-cli"
brew "bash"
brew "bash-completion"
brew "bat"
brew "bitwarden-cli"
brew "bkt"
brew "ca-certificates"
# Homebrew won't symlink curl bc Mac already has it and symlinking may cause problems
# brew "curl"
brew "fd"
brew "fzf"
brew "gh"
brew "git-lfs"
brew "gnupg"
brew "grep"
brew "gum"
brew "jira-cli"
brew "less"
brew "lf"
brew "libfido2"
brew "lsd"
brew "mas"
brew "neovim"
# brew "nushell"
brew "pipx"
brew "pyenv"
brew "qrencode"
brew "ripgrep"
brew "sops"
brew "sshpass"
brew "starship"
brew "tree"
brew "unzip"
brew "zsh"
cask "font-caskaydia-cove-nerd-font"
cask "font-noto-color-emoji"
cask "font-noto-emoji"
cask "font-noto-sans-cjk"
cask "amethyst"
cask "kitty"
cask "rectangle"
mas "hiddenbar", id: 1452453066
mas "Xcode", id: 497799835