-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
96 lines (91 loc) · 1.65 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
96
# vi: filetype=brewfile
# Brewfile.devops
#
# Maintained by Pedro Garcia Rodriguez <[email protected]>
# http://www.breakingpitt.es/
cask_args appdir: "/Applications"
tap 'hashicorp/tap'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap "homebrew/core"
tap 'homebrew/bundle'
brew "ansible"
brew "ansible-lint"
brew "aws-nuke"
brew "awscli"
brew "docker"
brew "git"
brew "git-extras"
brew "gnupg"
brew "hadolint"
brew "hashicorp/tap/packer"
brew "hashicorp/tap/terraform"
brew "lazydocker"
brew "pre-commit"
brew "shellcheck"
brew "terraform-docs"
brew "tflint"
brew "tfsec"
brew "trivy"
brew "asciinema"
brew "curl"
brew "exa"
brew "fzf"
brew "gzip"
brew "htop"
brew "jq"
brew "lynx"
brew "mtr"
brew "navi"
brew "neofetch"
brew "newsboat"
brew "p7zip"
brew "pinentry-mac"
brew "poetry"
brew "poppler"
brew "rclone"
brew "rsync"
brew "screen"
brew "starship"
brew "task"
brew "thefuck"
brew "tldr"
brew "tre-command"
brew "unzip"
brew "watch"
brew "watchexec"
brew "watchman"
brew "wget"
brew "youtube-dl"
brew "zoxide"
brew "zsh-syntax-highlighting"
cask "alfred"
cask "appcleaner"
cask "bitwarden"
cask "brave-browser"
cask "cryptomator"
cask "docker"
cask "fantastical"
cask "firefox"
cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font"
cask "font-sf-compact"
cask "font-sf-mono"
cask "font-sf-pro"
cask "intellij-idea"
cask "iterm2"
cask "notion"
cask "pycharm"
cask "the-unarchiver"
cask "transmission"
cask "vagrant"
cask "virtualbox"
cask "vlc"
cask "zoom"
mas "Amphetamine", id: 937984704
mas "Keynote", id: 409183694
mas "Magnet", id: 441258766
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "The Unarchiver", id: 425424353