-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
95 lines (88 loc) · 1.76 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
cask_args appdir: "/Applications"
tap "warrensbox/tap"
tap "golangci/tap"
tap "mongodb/brew"
# first install stuff thats useful during the rest of the installation
brew "zsh"
brew "starship"
brew "vim"
brew "mas"
cask "alfred"
cask "visual-studio-code"
# gnu-utils
brew "coreutils"
brew "findutils"
brew "gawk"
brew "gnu-getopt"
brew "gnu-indent"
brew "gnu-sed"
brew "gnu-tar"
brew "gnutls"
brew "grep"
brew "autojump"
brew "bash"
brew "cfssl"
brew "curl"
brew "diff-so-fancy"
brew "fontconfig"
brew "gcc"
brew "git-lfs"
brew "git"
brew "go"
brew "golangci/tap/golangci-lint"
brew "grc"
brew "eza"
brew "fd"
brew "bat"
brew "jq"
brew "kubernetes-cli"
brew "poetry"
brew "pyenv-virtualenv"
brew "asdf"
brew "pipx"
brew "python"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "rsync"
brew "shellcheck"
brew "tmux"
brew "tldr"
brew "trash"
brew "tree"
brew "vimpager"
brew "warrensbox/tap/tfswitch"
brew "wget"
brew "zsh-completions"
brew "graphviz"
brew "k9s"
brew "kubectx"
brew "mongodb/brew/[email protected]"
brew "openjdk@11"
brew "sqlfluff"
brew "yq"
# common apps
cask "appcleaner"
cask "bartender"
cask "spotify"
# quicklook plugins
cask "qlimagesize"
cask "qlmarkdown"
cask "qlvideo"
cask "quicklook-json"
cask "quicklookase"
cask "suspicious-package"
cask "webpquicklook"
# developer tools
cask "dash"
cask "docker"
cask "iterm2"
cask "sourcetree"
mas "Affinity Designer 2", id: 1616831348
mas "Affinity Photo 2", id: 1616822987
mas "DaisyDisk", id: 411643860
mas "Magnet", id: 441258766
mas "Paprika Recipe Manager 3", id: 1303222628
mas "PDF Expert", id: 1055273043
mas "Slack", id: 803453959
mas "SnippetsLab", id: 1006087419
mas "The Unarchiver", id: 425424353