-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Brewfile
143 lines (125 loc) · 2.28 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# https://github.com/Homebrew/homebrew-bundle
tap "homebrew/bundle"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/services"
tap "puma/puma"
tap "teamookla/speedtest"
tap "universal-ctags/universal-ctags"
tap "ankitpokhrel/jira-cli"
tap "jesseduffield/lazygit"
# Homebrew
# https://github.com/Homebrew/brew/
# Need to install openssl before libyaml
brew "openssl"
# Base packages
brew "coreutils"
brew "moreutils"
brew "findutils"
brew "wget"
brew "curl"
brew "cmake"
brew "gnu-sed"
# shell
brew "zsh"
brew "fish", args: ['HEAD']
# Development stuff
brew "watch"
brew "ccache"
brew "git"
brew "git-extras"
brew "git-lfs"
brew "git-filter-repo"
brew "git-delta"
brew "lazygit"
brew "jq" # reading json
brew "jo" # creating json
brew "pipx"
brew "pipenv"
brew "shellcheck"
brew "shfmt"
brew "svn"
brew "subversion"
brew "ripgrep"
brew "the_silver_searcher"
brew "ripgrep"
brew "universal-ctags"
brew "yq"
brew "lua"
brew "stylua"
brew "exiftool"
brew "rust"
cask "gitify"
cask "meld"
cask "iterm2"
cask "warp"
brew "neovim", args: ['HEAD']
cask "visual-studio-code"
brew "jenv"
cask "temurin"
cask "temurin8"
brew "maven"
brew "ruby"
brew "node"
# Virtual environments
brew "rbenv"
# Virtualization
cask "docker"
brew "ctop" # awesome htop for containers
brew "hadolint"
brew "kind"
brew "helm"
cask "virtualbox"
# Browsers
cask "brave-browser"
cask "google-chrome"
cask "firefox"
# Utilities
brew "aria2"
brew "asdf"
brew "bat"
brew "direnv"
brew "eza"
brew "fd"
brew "fzf"
brew "glow"
brew "gnupg"
brew "htop"
brew "jira-cli"
brew "nmap"
brew "openssh"
brew "p7zip"
brew "parallel"
brew "prettyping"
brew "screenfetch"
brew "timg"
brew "viddy"
brew "zoxide"
cask "google-drive"
# fonts
tap "homebrew/cask-fonts"
cask "font-iosevka"
cask "font-fontawesome"
cask "font-material-icons"
cask "font-hack-nerd-font"
cask "font-awesome-terminal-fonts"
# cloud
tap "aws/tap"
tap "common-fate/granted"
tap "fugue/regula"
tap "hashicorp/tap"
tap "salesforce/cloudsplaining", "https://github.com/salesforce/cloudsplaining"
brew "aws-sam-cli"
brew "awscli"
brew "aws-nuke"
brew "cloudsplaining"
brew "granted"
brew "hashicorp/tap/terraform"
brew "hashicorp/tap/terraform-ls"
brew "regula"
# others
cask "spotify"
cask "signal"
cask "slack"
cask "authy"
brew "mike-engel/jwt-cli/jwt-cli"