Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ brew "kubernetes-cli"
brew "lazydocker"
# TUI for logs from journalctl, file system, Docker, Podman and Kubernetes pods
brew "lazyjournal"
# HEIF/HEIC decoder and encoder. Here for Go development: reading images in the
# format phones now shoot by default, and rendering thumbnails from them.
# https://github.com/strukturag/libheif is this C library and the Go binding in
# one repo — the binding is cgo, so `go build` stops at pkg-config without it.
brew "libheif"
# Postgres C API library
brew "libpq"
# Log file navigator
Expand Down
Loading