Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install homebrew

What Does Homebrew Do?
	-Homebrew installs the stuff you need that 
   	Apple (or your Linux system) didn’t.
    
To Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Comment

how to install homebrew

vv copy this into the terminal vv

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

more information here: https://brew.sh/
Comment

homebrew install

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
Comment

how to install homebrew

/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Comment

install homebre windows

// homebre for MacOs. Windows Users use https://chocolatey.org 

//Install Chocolatey
https://chocolatey.org/install#individual
Comment

PREVIOUS NEXT
Code Example
Shell :: brew mac 
Shell :: home brew mac 
Shell :: ubuntu use pip as pip3 
Shell :: Invalid response body while trying to fetch 
Shell :: install dlib gpu check 
Shell :: grafana docker 
Shell :: how to push newly created branch in git bash 
Shell :: find the size of file in linux 
Shell :: dar permiso de ejecucion linux 
Shell :: check network card name linux 
Shell :: bash division integer 
Shell :: ubuntu check tomcat version 
Shell :: Checking for an existing ssh key 
Shell :: scp key 
Shell :: add a home directory for existing user 
Shell :: linux run command in background and redirect output to file 
Shell :: migrate has no installation candidate 
Shell :: vim remove line by pattern from all files 
Shell :: git push to another repository 
Shell :: Install Zenkit on Linux 
Shell :: docker wordpress 
Shell :: powershell get all directories in path 
Shell :: conda install tokenizers 
Shell :: View network transfer RX / TX (Linux) 
Shell :: install alacritty 
Shell :: linux cp from one directory to another 
Shell :: powershell git 
Shell :: python compile dlib without cuda 
Shell :: remove docker machine 
Shell :: How to push to a new repositiory in github 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =