-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
52 lines (48 loc) · 797 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
52
# Global taps
tap "homebrew/bundle"
tap "homebrew/core"
if OS.mac? # Mac only
# Taps
tap "homebrew/cask"
tap "homebrew/cask-fonts"
# Applications
cask "postman"
cask "spotify"
cask "firefox"
cask "google-chrome"
cask "alfred"
cask "alt-tab"
cask "mos"
cask "numi"
cask "forklift"
cask "rectangle"
cask "appcleaner"
# Packages
brew "reattach-to-user-namespace"
elsif OS.linux? # Linux only
brew "xclip"
end
# Global packages
brew "curl"
brew "httpie"
brew "jq"
brew "fd"
brew "fzf"
brew "lf"
brew "tmux"
brew "tree"
brew "vim"
brew "neofetch"
brew "htop"
brew "file"
brew "zsh"
brew "eza"
brew "kubernetes-cli"
brew "kubectx"
brew "kustomize"
brew "helm"
brew "yh"
brew "bat"
brew "git-delta"
brew "csvkit"
brew "xsv"