2024-01-15 12:08:10 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2024-04-28 18:25:37 +00:00
|
|
|
brew install \
|
2024-04-28 18:28:12 +00:00
|
|
|
libgit2 pcre2 xz \
|
|
|
|
git neovim \
|
2024-07-15 03:36:07 +00:00
|
|
|
fdupes rsync rclone restic wcurl \
|
2024-06-08 09:14:43 +00:00
|
|
|
yt-dlp newsboat vips \
|
2024-04-28 18:28:12 +00:00
|
|
|
btop \
|
2024-07-16 12:14:36 +00:00
|
|
|
clang-format marksman asciidoctor ollama gitleaks \
|
2024-06-09 19:11:58 +00:00
|
|
|
qmk \
|
|
|
|
mysql-client
|