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

download homebrew windows

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

homebrew install

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
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 :: docker-compose centos 7 
Shell :: bash find touch 
Shell :: powershell add line to text file 
Shell :: git initial commit 
Shell :: shell create random mac 
Shell :: grep example linux 
Shell :: bash make folders according to a list 
Shell :: terminal mkv to mp4 
Shell :: sudo: apt: command not found 
Shell :: install go on mac brew 
Shell :: create repo with name 
Shell :: shell/bash 
Shell :: set up jdk and maven on wsl 
Shell :: powershell command shutdown computer 
Shell :: merge branch into master 
Shell :: add package in pubspec.yaml using command prompt in flutter 
Shell :: cs50 cli50 install 
Shell :: sed output to file 
Shell :: ubuntu install safari browser terminal 
Shell :: Remove duplicated files from git 
Shell :: how to assign more than one ip address in linux 
Shell :: github howto contribute fork 2 commits behind 
Shell :: ansible skip tag 
Shell :: git create branch and checkout one command 
Shell :: how to install raspap 
Shell :: set an editor for git 
Shell :: terminal archive files 
Shell :: txt file open command linux 
Shell :: git untract file 
Shell :: present working directory in linux 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =