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 :: how to install homebrew using zsh 
Shell :: install brew on mac m1 
Shell :: download code from github 
Shell :: Count files and directories using shell script 
Shell :: How to check a service status with systemctl command 
Shell :: how to use termianl on mac to go back one directory 
Shell :: brave browser download for linux 
Shell :: flutter run all 
Shell :: encrypt zip password 
Shell :: giving permission to folder in ubuntu 
Shell :: unix change timestamp of file 
Shell :: teamviewer raspberry pi command line 
Shell :: centos set permissions on folder recursively 
Shell :: scp download 
Shell :: terminal git add ssh key 
Shell :: install mongo compass 
Shell :: prometheus reload 
Shell :: starting nodemon server 
Shell :: git specify ssh key for repo 
Shell :: : keyserver receive failed: No dirmngr 
Shell :: git diff files of different branches 
Shell :: ssh server freebsd 
Shell :: gcloud check region 
Shell :: powershell create service 
Shell :: git change ssh key 
Shell :: git revert one file 
Shell :: linux whereis command 
Shell :: git: create and remove git alias command 
Shell :: how do I add a commit to an existing pull request 
Shell :: how to start ssh agent service windows powershell 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =