|
|
@@ -40,6 +40,8 @@ brew "jq"
|
|
|
brew "lazydocker"
|
|
|
# Simple terminal UI for git commands
|
|
|
brew "lazygit"
|
|
|
+# Postgres C API library
|
|
|
+brew "libpq"
|
|
|
# Clone of ls with colorful output, file type icons, and more
|
|
|
brew "lsd"
|
|
|
# Package manager for the Lua programming language
|
|
|
@@ -52,6 +54,8 @@ brew "ncurses"
|
|
|
brew "neovim"
|
|
|
# Small build system for use with gyp or CMake
|
|
|
brew "ninja"
|
|
|
+# CLI for Postgres with auto-completion and syntax highlighting
|
|
|
+brew "pgcli"
|
|
|
# PostgreSQL syntax beautifier
|
|
|
brew "pgformatter"
|
|
|
# Object-relational database system
|