-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
148 lines (129 loc) · 4.31 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
144
145
146
147
148
# Comments via :'<,'>!xargs -n1 -I+ sh -c 'echo brew \"+\" "\#" $(brew info --json + | jq .[0].desc)'
#
# Taps
#
tap "caskformula/caskformula"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "edgedb/tap"
tap "github/gh"
tap "timberio/brew"
#
# Languages
#
brew "hadolint" # "Smarter Dockerfile linter to validate best practices"
brew "shellcheck" # "Static analysis and lint tool, for (ba)sh scripts"
#
# CLI tools
#
brew "bat" # "Clone of cat(1) with syntax highlighting and Git integration"
brew "broot" # "New way to see and navigate directory trees"
brew "buku" # "Powerful command-line bookmark manager"
brew "dtrx" # "Intelligent archive extraction"
brew "emojify" # "Emoji on the command-line :scream:"
brew "entr" # "Run arbitrary commands when files change"
brew "eza" # "Modern replacement for 'ls'"
brew "fd" # "Simple, fast and user-friendly alternative to find"
brew "fzf" # "Command-line fuzzy finder written in Go"
brew "gnu-sed" # "GNU implementation of the famous stream editor"
brew "hivemind" # Process manager for Procfile-based applications
brew "htop" # "Improved top (interactive process viewer)"
brew "httpie" # "User-friendly cURL replacement (command-line HTTP client)"
brew "jq" # "Lightweight and flexible command-line JSON processor"
brew "just" # "Handy way to save and run project-specific commands"
brew "lazydocker" # "Lazier way to manage everything docker"
brew "ncdu" # "NCurses Disk Usage"
brew "pipx" # "Execute binaries from Python packages in isolated environments"
brew "pstree" # "Show ps output as a tree"
brew "pueue" # "Command-line tool for managing long-running shell commands"
brew "pup" # "Parse HTML at the command-line"
brew "ranger" # "File browser"
brew "rename" # "Perl-powered file rename script with many helpful built-ins"
brew "ripgrep" # "Search tool like grep and The Silver Searcher"
brew "task" # "Feature-rich console based todo list manager"
brew "tealdeer" # "Very fast implementation of tldr in Rust"
brew "the_silver_searcher" # "Code-search similar to ack"
brew "tokei" # "Program that allows you to count code, quickly"
brew "tree" # "Display directories as trees (with optional color/HTML output)"
brew "watch" # "Executes a program periodically, showing output fullscreen"
brew "watchexec" # "Execute commands when watched files change"
brew "xsv" # "Fast CSV toolkit written in Rust"
brew "yq" # "Process YAML documents from the CLI"
#
# CLI tools - git
#
brew "gh" # "GitHub command-line tool"
brew "ghi" # "Work on GitHub issues on the command-line"
brew "git" # "Distributed revision control system"
brew "hub" # "Add GitHub support to git on the command-line"
brew "tig" # "Text interface for Git repositories"
#
# CLI tools - shell
#
brew "zplug" # "Next-generation plugin manager for zsh"
brew "zsh"
brew "zsh-syntax-highlighting"
#
# Other
#
brew "neovim", args: ["HEAD"]
tap "derailed/k9s"
brew "derailed/k9s/k9s" # "Kubernetes CLI To Manage Your Clusters In Style!"
brew "caddy" # "Powerful, enterprise-ready, open source web server with automatic HTTPS"
brew "coreutils" # "GNU File, Shell, and Text utilities"
brew "pandoc" # "Swiss-army knife of markup format conversion"
brew "terminal-notifier" # "Send macOS User Notifications from the command-line"
#
# Casks
#
cask "1password"
cask "1password-cli"
cask "dash"
cask "docker"
cask "firefox"
cask "github"
cask "iterm2"
cask "raycast"
cask "sequel-pro"
cask "shottr"
cask "simplenote"
cask "slack"
cask "spotify"
cask "ukelele"
cask "visual-studio-code"
#
# Other - manual install
#
# Chome Canary
# Discord
# Enpass
# Insomnia
# Kap
# Karabiner
# Loom
# Messenger
# Numi
# Obsidian
# Simplenote
# Shottr
# VS Code
# iTerm2
# ast-grep
# biome
# bun
# caddy
# direnv
# dust
# gron
# hurl
# hyperfine
# jless
# mise
# oha
# pdm
# uv
# volta
# zig
# zplug