소스 검색

feat(brew): add `luv` and `libssh`

Joe 1 년 전
부모
커밋
d2ebc5e32a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .config/brew/Brewfile

+ 4 - 0
.config/brew/Brewfile

@@ -47,10 +47,14 @@ brew "lazydocker"
 brew "lazygit"
 # Postgres C API library
 brew "libpq"
+# C library SSHv1/SSHv2 client and server protocols
+brew "libssh"
 # Clone of ls with colorful output, file type icons, and more
 brew "lsd"
 # Package manager for the Lua programming language
 brew "luarocks"
+# Bare libuv bindings for lua
+brew "luv"
 # Utility for directing compilation
 brew "make"
 # Text-based UI library