Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Windows 10
- bash
- ssh
- port
- Source
- GIT
- IntelliJ
- VirtualBox
- lsof
- import
- JavaScript
- resource
- 줄바꿈 문자
- 네트워크
- 단축키
- maVen
- netsh
- find
- tomcat
- plugin
- profile
- grep
- context
- web.xml
- Eclipse
- xargs
- Windows
- Quartz
- Mac
- vscode
Archives
- Today
- Total
develog
[mac] brew cask, tap 본문
cask
## cask 설치하기
$ brew install cask
## cask 로 애플리케이션 설치하기
$ brew install --cask atom
## cask 로 설치한 애플리케이션 조회
$ brew list --cask
tap
- homebrew 리포지토리를 관리한다
## 설치된 repository 리스트 조회
$ brew tap
arthurk/virt-manager
homebrew/cask
homebrew/core
homebrew/services
mongodb/brew
Comments