-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_Brewfile.tmpl
52 lines (49 loc) · 924 Bytes
/
dot_Brewfile.tmpl
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
{{ if not (eq .chezmoi.os "linux") -}}
brew "bash-completion"
{{ end -}}
brew "bitwarden-cli"
brew "coreutils"
brew "diff-so-fancy"
brew "direnv"
brew "docker"
brew "docker-compose"
brew "ffmpeg"
brew "fish"
brew "fzf"
brew "git"
brew "git-gui"
{{ if eq .chezmoi.os "darwin" -}}
brew "gnupg"
{{ end -}}
brew "jq"
brew "lab"
brew "lastpass-cli"
brew "minikube"
brew "mosh", args: ["HEAD"]
brew "myrepos"
brew "neovim"
brew "podman"
brew "ripgrep"
brew "shellcheck"
brew "starship"
brew "thefuck"
brew "tmux"
cask "bitwarden"
cask "meld"
cask "minishift"
cask "postman"
{{ if eq .chezmoi.os "darwin" -}}
tap "homebrew/cask-fonts"
brew "findutils"
brew "libmagic"
brew "pinentry-mac"
brew "reattach-to-user-namespace"
brew "xz" # needed for _lzma python module
cask "font-iosevka"
cask "virtualbox"
{{ else if eq .chezmoi.os "linux" -}}
brew "xclip"
{{ end -}}