Selaa lähdekoodia

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

Joe 1 vuosi sitten
vanhempi
commit
d2ebc5e32a
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      .config/brew/Brewfile

+ 4 - 0
.config/brew/Brewfile

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