-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
92 lines (64 loc) · 1.84 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
tap "homebrew/bundle"
# https://www.gnu.org/software/bash/
brew "bash"
# https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
brew "zsh"
# https://www.vim.org/
brew "vim"
# https://github.com/sharkdp/bat
brew "bat"
# https://github.com/jqlang/jq
brew "jq"
# https://www.gnu.org/software/wget/
brew "wget"
# https://gnupg.org/
brew "gpg"
# https://www.gnu.org/software/stow/
brew "stow"
# https://htop.dev/
brew "htop"
# https://github.com/casey/just
brew "just"
# fzf: A command-line fuzzy finder
# https://github.com/junegunn/fzf
brew "fzf"
# yq: A portable command-line YAML, JSON, XML, CSV, TOML and properties processor
# https://github.com/mikefarah/yq
brew "yq"
# xq: Command-line XML and HTML beautifier and content extractor
# https://github.com/sibprogrammer/xq
brew "xq"
# pre-commit: A framework for managing and maintaining multi-language pre-commit hooks.
# https://pre-commit.com/
brew "pre-commit"
# golang
brew "go"
# https://golangci-lint.run/welcome/install/
brew "golangci-lint"
# https://github.com/gnachman/iTerm2
cask "iterm2"
# https://github.com/microsoft/vscode
cask "visual-studio-code"
vscode "bierner.emojisense"
vscode "ms-vscode-remote.remote-containers"
vscode "skellock.just"
# https://rancherdesktop.io/
cask "rancher"
# https://docs.dagger.io/
brew "dagger/tap/dagger"
# https://www.cyberciti.biz/open-source/lnav-linux-unix-ncurses-terminal-log-file-viewer/
brew "lnav"
# https://terragrunt.gruntwork.io/
brew "terragrunt"
# https://github.com/tfutils/tfenv
brew "tfenv"
# https://github.com/terraform-linters/tflint
brew "tflint"
# https://trivy.dev/v0.58/getting-started/installation/
brew "trivy"
# https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
brew "awscli"
# https://tgswitch.warrensbox.com/Install/
brew "warrensbox/tap/tgswitch"
# https://formulae.brew.sh/formula/nvm
brew "nvm"