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

Instalación Homebrew

git config --global user.email yourgitemail@example.com
Comment

PREVIOUS NEXT
Code Example
Shell :: install brew max 
Shell :: mac os install brew 
Shell :: install homebrew 
Shell :: home brew mac 
Shell :: copy partition to another disk linux 
Shell :: ubuntu all installed services 
Shell :: start new git repo from project 
Shell :: how to change bash prompt color 
Shell :: flutter run all 
Shell :: ssh transfer folder 
Shell :: install amplify cli on mac 
Shell :: git checkout head 
Shell :: git empty commit 
Shell :: install go 
Shell :: how to read input in bash 
Shell :: directory structure 
Shell :: commit in git 
Shell :: ubuntu get current path 
Shell :: kubernetes delete all from namespace 
Shell :: delete non empty directory cmd 
Shell :: leiningen install windows 
Shell :: kill python 
Shell :: how to install etcher on centos 7 
Shell :: arch linux logo 
Shell :: pip upgrade package 
Shell :: sum column bash 
Shell :: brew install xcode 
Shell :: added changes to a specific commit 
Shell :: commitlint, husky, commitzen 
Shell :: git ignore by file extension 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =