-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
59 lines (49 loc) · 1.19 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
tap 'thoughtbot/formulae' # Needed for rcm
brew 'rcm' # Dotfile Manager https://github.com/thoughtbot/rcm
tap 'homebrew/cask-fonts'
cask 'font-source-code-pro'
brew 'coreutils'
brew 'gnu-tar'
brew 'gnu-sed'
brew 'bash'
brew 'bash-completion'
brew 'curl'
brew 'htop'
brew 'the_silver_searcher'
brew 'tree'
brew 'unrar'
brew 'watch'
brew 'z'
brew 'git'
brew 'jq'
brew 'parallel'
brew 'pgcli'
brew 'rbenv'
brew 'ruby-build'
brew 'exenv'
brew 'erlang'
brew 'elixir-build'
# Tools for commit signing
brew 'gnupg'
brew 'pinentry-mac'
brew 'fzf' # A command-line fuzzy finder https://github.com/junegunn/fzf
# Kubernetes Enviroment
brew 'kubectl'
# Kubectx (https://github.com/ahmetb/kubectx) provides following binaries:
# * kctx - switch k8s context
# * kns - swtich k8s namespace
brew 'kubectx', args: %w[with-short-names]
cask 'minikube'
brew 'awscli'
cask 'aws-vault'
cask 'dropbox'
cask 'docker'
# Installs latest 1password. With the lifetime license you can only use 1password 6.
# Download and install it from here: https://app-updates.agilebits.com/download/OPM4
# cask '1password'
cask 'google-chrome'
cask 'google-backup-and-sync'
cask 'caffeine'
cask 'iterm2'
cask 'visual-studio-code'
cask 'clipy'