Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 683 Bytes

brew.md

File metadata and controls

33 lines (26 loc) · 683 Bytes

homebrew

이유

  • 패키지 관리가 쉽다.
  • 깔리지 않는 경우를 제외한다면 brew를 쓰도록 하자.

명령어

$ brew install {package-name}
$ brew update --all #or name of package 
$ brew upgrade --all #or name of packages
$ brew list 
  • cask는 별도의 독립성을 지닌 어플리케이션을 설치하는 데 활용한다. /Applications 디렉토리에 설치된다.

Cask 사용

  • fig
  • quarto
  • iterm2
  • visual-studio-code
  • keka
  • miniforge
  • zoom
  • microsoft-edge
  • microsoft-auto-update

Macos, Linux

  • wsl에서도 사용 가능할 듯?
  • 하지만... 별로 쓸모는 없을 지도

Another Basics?