Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install homebrew on mac

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Comment

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

PREVIOUS NEXT
Code Example
Shell :: brew.sh 
Shell :: brew install macos 
Shell :: how to print substring in bash script 
Shell :: check android studio path linux 
Shell :: ubuntu all installed services 
Shell :: mp4 to mp3 converter bat ffmpeg 
Shell :: git commit not showing up in github 
Shell :: helm install 
Shell :: windows ssh tunnel 
Shell :: install pip linux 
Shell :: crontab in linux 
Shell :: install cloudinary storage command 
Shell :: or in matlab 
Shell :: how to combine audio tracks ffmpeg 
Shell :: How do I sync local and remote branches? 
Shell :: how to make file in powershell 
Shell :: wine telecharger linux 
Shell :: linux check if using wayland or x11 
Shell :: git-hub push code 
Shell :: install mysql in debian 
Shell :: react navigation react native 
Shell :: enable ssh ubuntu 
Shell :: linux sha256 checksum 
Shell :: bash find file in directory 
Shell :: bash split and get last 
Shell :: git search all commits for string 
Shell :: run production environment nodejs 
Shell :: Mount EBS volume on Linux 
Shell :: pacman remove package 
Shell :: install grammarly on mac brew 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =