Search

Homebrew

Created
2021/11/18 15:14

1. NeoVim

brew install neovim

2. node.js

brew install node

3. fd & lsd

brew install fd brew install lsd

4. Trash

brew install trash

5. tmux

brew install tmux

6. cpplint

brew install cpplint

7. Docker

brew install —cask docker

8. minikube

brew install minikube

9. Golang

brew install go brew install golangci-lint

10. GPG

brew install gpg

11. MariaDB

brew install mariadb brew services start mariadb

12. PostgreSQL

brew install postgresql brew services start postgresql

13. JDK

brew install --cask adoptopenjdk/openjdk/adoptopenjdk11