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-04-30 18:42:53 +00:00
|
|
|
fdupes rsync rclone restic \
|
2024-04-28 18:28:12 +00:00
|
|
|
yt-dlp newsboat \
|
|
|
|
btop \
|
2024-04-29 14:10:19 +00:00
|
|
|
clang-format pyenv pipx marksman moar \
|
2024-04-28 18:28:12 +00:00
|
|
|
qmk
|