Skip to content

Commit e6e5133

Browse files
committed
Document other installed packages, sort
1 parent beb9b6a commit e6e5133

1 file changed

Lines changed: 74 additions & 75 deletions

File tree

Brewfile

Lines changed: 74 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -6,80 +6,83 @@ tap "1password/tap"
66
# | _| (_) | | | | | | | | |_| | | (_| |
77
# |_| \___/|_| |_| |_| |_|\__,_|_|\__,_|
88
#
9-
brew "asdf"
10-
brew "ast-grep"
11-
brew "autojump"
12-
brew "awscli"
13-
brew "beads"
14-
brew "bash"
15-
brew "bash-completion"
16-
brew "coreutils"
17-
brew "duti"
18-
brew "ffmpeg"
19-
brew "figlet"
20-
brew "findutils"
21-
brew "fswatch"
22-
brew "fzf"
23-
brew "gettext"
24-
brew "gh"
25-
brew "git"
26-
brew "gnu-sed"
27-
brew "gnu-tar"
28-
brew "gnupg"
29-
brew "hub"
30-
brew "jq"
31-
brew "just"
32-
brew "libass"
33-
brew "libyaml"
34-
brew "mas"
35-
brew "openssl@3"
36-
brew "rclone"
37-
brew "readline"
38-
brew "rename"
39-
brew "tmux"
40-
brew "tmuxinator"
41-
brew "watch"
42-
brew "watchman"
43-
brew "wget"
44-
brew "wxwidgets"
45-
brew "xz"
9+
brew "asdf" # Extendable version manager with support for Ruby, Node.js, Erlang & more
10+
brew "ast-grep" # Code searching, linting, rewriting
11+
brew "autojump" # Shell extension to jump to frequently used directories
12+
brew "awscli" # Official Amazon AWS command-line interface
13+
brew "bash" # Bourne-Again SHell, a UNIX command interpreter
14+
brew "bash-completion" # Programmable completion for Bash 3.2
15+
brew "beads" # Memory upgrade for your coding agent
16+
brew "coreutils" # GNU File, Shell, and Text utilities
17+
brew "duti" # Select default apps for documents and URL schemes on macOS
18+
brew "ffmpeg" # Play, record, convert, and stream select audio and video codecs
19+
brew "figlet" # Banner-like program prints strings as ASCII art
20+
brew "findutils" # Collection of GNU find, xargs, and locate
21+
brew "flyctl" # Command-line tools for fly.io services
22+
brew "fswatch" # Monitor a directory for changes and run a shell command
23+
brew "fzf" # Command-line fuzzy finder written in Go
24+
brew "gettext" # GNU internationalization (i18n) and localization (l10n) library
25+
brew "gh" # GitHub command-line tool
26+
brew "git" # Distributed revision control system
27+
brew "gnu-sed" # GNU implementation of the famous stream editor
28+
brew "gnu-tar" # GNU version of the tar archiving utility
29+
brew "gnupg" # GNU Privacy Guard (OpenPGP)
30+
brew "hub" # Add GitHub support to git on the command-line
31+
brew "jq" # Lightweight and flexible command-line JSON processor
32+
brew "just" # Handy way to save and run project-specific commands
33+
brew "libass" # Subtitle renderer for the ASS/SSA subtitle format
34+
brew "libyaml" # YAML Parser
35+
brew "mas" # Mac App Store command-line interface
36+
brew "ollama" # Create, run, and share large language models (LLMs)
37+
brew "openssl@3" # Cryptography and SSL/TLS Toolkit
38+
brew "pandoc" # Swiss-army knife of markup format conversion
39+
brew "postgresql@18" # Object-relational database system
40+
brew "railway" # Develop and deploy code with zero configuration
41+
brew "rclone" # Rsync for cloud storage
42+
brew "readline" # Library for command-line editing
43+
brew "rename" # Perl-powered file rename script with many helpful built-ins
44+
brew "tmux" # Terminal multiplexer
45+
brew "tmuxinator" # Manage complex tmux sessions easily
46+
brew "watch" # Executes a program periodically, showing output fullscreen
47+
brew "watchman" # Watch files and take action when they change
48+
brew "wget" # Internet file retriever
49+
brew "wxwidgets" # Cross-platform C++ GUI toolkit
50+
brew "xz" # General-purpose data compression with high compression ratio
4651

4752
# _
4853
# ___ __ _ ___| | __
4954
# / __/ _` / __| |/ /
5055
# | (_| (_| \__ \ <
5156
# \___\__,_|___/_|\_\
5257
#
53-
cask "1password"
54-
cask "1password-cli"
55-
# cask "appcleaner"
56-
# cask "arc"
57-
# cask "cyberduck"
58-
# cask "daisydisk"
59-
cask "claude-code"
60-
cask "docker-desktop"
61-
# cask "dropbox"
62-
# cask "eloston-chromium" # ungoogled chromium
63-
cask "firefox"
64-
cask "google-chrome"
65-
cask "istat-menus" # ($)
66-
cask "iterm2"
67-
cask "karabiner-elements"
68-
cask "moom" # window manager ($)
69-
cask "maccy" # clipboard history manager
70-
# cask "ngrok"
71-
cask "postico" # ($)
72-
cask "shottr" # ($)
73-
# cask "signal"
74-
cask "spotify"
75-
# cask "steermouse" # mouse acceleration curve customizer ($)
76-
cask "sublime-merge" # ($)
77-
cask "sublime-text" # ($)
78-
cask "utm" # gui for qemu
79-
cask "veracrypt"
80-
# cask "visual-studio-code"
81-
# cask "vlc"
82-
cask "wavebox"
58+
cask "1password" # Password manager that keeps all passwords secure behind one password
59+
cask "1password-cli" # Command-line interface for 1Password
60+
cask "antigravity-cli" # Terminal interface for Antigravity agents
61+
cask "basictex" # Compact TeX distribution as alternative to the full TeX Live / MacTeX
62+
cask "claude" # Anthropic's official Claude AI desktop app
63+
cask "claude-code" # Terminal-based AI coding assistant
64+
cask "docker-desktop" # App to build and share containerised applications and microservices
65+
cask "dropbox" # Client for the Dropbox cloud storage service
66+
cask "firefox" # Web browser
67+
cask "google-chrome" # Web browser
68+
cask "handy" # Speech to text application
69+
cask "istat-menus" # ($) | System monitoring app
70+
cask "iterm2" # Terminal emulator as alternative to Apple's Terminal app
71+
cask "karabiner-elements" # Keyboard customiser
72+
cask "maccy" # clipboard history manager | Clipboard manager
73+
cask "macfuse" # File system integration
74+
cask "moom" # window manager ($) | Utility to move and zoom windows—on one display
75+
cask "postico" # ($) | GUI client for PostgreSQL databases
76+
cask "shottr" # ($) | Screenshot measurement and annotation tool
77+
cask "signal" # Instant messaging application focusing on security
78+
cask "spotify" # Music streaming service
79+
cask "sublime-merge" # ($) | Git client
80+
cask "sublime-text" # ($) | Text editor for code, markup and prose
81+
cask "thunderbird" # Customizable email client
82+
cask "utm" # gui for qemu | Virtual machines UI using QEMU
83+
cask "veracrypt" # Disk encryption software focusing on security based on TrueCrypt
84+
cask "visual-studio-code" # Open-source code editor
85+
cask "wavebox" # Cookie-segmented browser for better account management
8386

8487
# _
8588
# __ _ _ __ _ __ ___| |_ ___ _ __ ___
@@ -88,11 +91,7 @@ cask "wavebox"
8891
# \__,_| .__/| .__/|___/\__\___/|_| \___|
8992
# |_| |_|
9093
#
91-
# mas "1Password for Safari", id: 1569813296
92-
# mas "Amphetamine", id: 937984704
93-
# mas "Bear", id: 1091189122
94-
# mas "Drafts", id: 1435957248
95-
# mas "Hidden Bar", id: 1452453066
96-
# mas "iMovie", id: 408981434
97-
# mas "Pages", id: 409201541
98-
# mas "Xcode", id: 497799835
94+
mas "Amphetamine", id: 937984704
95+
mas "Xcode", id: 497799835
96+
mas "Windows App", id: 1295203466
97+

0 commit comments

Comments
 (0)