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 brew on Linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
#Replace <pc-username> with your system username
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/<pc-username>/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew --version
Comment

PREVIOUS NEXT
Code Example
Shell :: install brew on mac 
Shell :: brew install mac 
Shell :: install homebrew on linux 
Shell :: brew install ubuntu 
Shell :: download code from github 
Shell :: remove yarn 0.32+git 
Shell :: npm legacy-peer-deps 
Shell :: how to push newly created branch in git bash 
Shell :: linux checksum file 
Shell :: rm directory not empty mac 
Shell :: install npm colors 
Shell :: copy a file from docker container to local machine 
Shell :: Solve Cannot Install Dependency Error for NPM install 
Shell :: how to activate virtual environment in ubuntu 20.04 
Shell :: tcpdump filter ip address 
Shell :: readme folder structure 
Shell :: windows print environment variable powershell 
Shell :: bash 
Shell :: install chromedriver on linux 
Shell :: git diff how to exit 
Shell :: http sever with ssl start 
Shell :: rmdir directory not empty 
Shell :: ubuntu add public key to server 
Shell :: arch linux charcode logo 
Shell :: tmux detach 
Shell :: how to stop a program from running linux 
Shell :: how to install homebrew on mac 
Shell :: webpack uninstall npm 
Shell :: powershell pip CERTIFICATE_VERIFY_FAILED 
Shell :: anaconda windows terminal 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =