-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
39 lines (35 loc) · 2.15 KB
/
Copy pathBrewfile
File metadata and controls
39 lines (35 loc) · 2.15 KB
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
# Run this command to install apps inside this file:
# brew bundle
# brew "asciiquarium" # a fun one
# brew "asdf" # version manager for language runtimes like Node.js
brew "bat" # `cat` with code syntax highlighting
# brew "btop" # AKA "better" `top`
brew "eza" # more featureful and user-friendly version of `ls` (colors and icons by type)
brew "fastfetch" # display information about your operating system, software and hardware
brew "fd" # find entries in the filesystem. It's also a required dependency if you're using 'fzf'.
# brew "gh" # official Github CLI
# brew "git-secrets" # Prevents you from committing sensitive information to a git repo
# brew "glow" # MarkDown preview CLI util
brew "icdiff" # diff files with syntax highlighting
brew "fzf" # Command-line fuzzy finder written in Go (required for ctrl+t helper and other utils)
# brew "helm" # package manager for Kubernetes
# brew "jq" # JSON processor, run `tldr jq` for usage examples
# brew "jwt-cli" # securely encode and decode JWTs offline (fast, built in Rust)
# brew "k9s" # View and manage Kubernetes clusters
# brew "kubectl" # Kubernetes CLI
# brew "kubecolor" # Colorize your kubectl output
# brew "kubectx" # Utility to manage and switch between `kubectl` contexts (package contains "kubens" too)
brew "ncdu" # Disk space analyzer
brew "jandedobbeleer/oh-my-posh/oh-my-posh" # highly customizable and extensible prompt theme engine
# brew "pipenv" # only needed for working on projects that use Python
brew "ripgrep" # compared to `grep` - faster, simpler syntax, colors, respects .gitignore, etc.
# brew "stern" # Tail multiple pods and containers from Kubernetes, `tldr stern`
brew "stow" # Symlink manager, often used to manage dotfiles
brew "tlrc" # Replacement for the no longer maintained tldr package
# brew "uv" # Python package manager
# brew "trash" # (MacOS only) Move files/folders to the trash (alternative to `rm` when you're not sure about deleting permanently)
# brew "watch" # Execute a program periodically and monitor the output
brew "zoxide" # Utility to keep track of the most frequently used directories
# GUI apps - optional
cask_args appdir: "/Applications", require_sha: true
cask "ghostty"