Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:homebrew [2021/06/22 05:02] – [install] derekpub:homebrew [2023/08/09 16:53] (current) – removed derek
Line 1: Line 1:
-{{tag> template}} 
-== homebrew macos 
- 
-=== install 
-* https://brew.sh/ 
- 
-<code bash> 
- 
-## install homebrew 
-/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 
- 
-brew doctor 
-brew install git 
-brew uninstall git 
-brew upgrade git 
-brew search git 
-brew home git   ## open home page 
-brew info git 
- 
-brew install --cask firefox 
-brew list --cask 
- 
-</code> 
-