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

homebrew install

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

install brew mac

% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Comment

brew on windows

test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
test -r ~/.bash_profile && echo "eval "$($(brew --prefix)/bin/brew shellenv)"" >>~/.bash_profile
echo "eval "$($(brew --prefix)/bin/brew shellenv)"" >>~/.profile
Comment

PREVIOUS NEXT
Code Example
Shell :: create github repo with bash 
Shell :: kde vs gnome 
Shell :: how to use /dev/urandom 
Shell :: how to define a variable in bashrc 
Shell :: split large file 
Shell :: netcat file 
Shell :: remove git from local repository 
Shell :: change shell script to executable 
Shell :: syntax error: unexpected end of file bash 
Shell :: yum list installed packages from specific repo 
Shell :: check iptables rules in kubernetes service 
Shell :: power shell 
Shell :: git config --global user.name "Server" 
Shell :: gitignore httaccess 
Shell :: heroku cli 
Shell :: read lines shell script 
Shell :: change user of a directory in linux 
Shell :: git delete last commit 
Shell :: shell variables in unix 
Shell :: linux permissions 
Shell :: Minercraft set night command 
Shell :: install react redux 
Shell :: uninstall node arch 
Shell :: remove directory command line 
Shell :: how to compare files in terminal 
Shell :: grep ignore repeated lines 
Shell :: instaling composer linux 
Shell :: cargo new lib 
Shell :: default .gitignore file 
Shell :: print variable in bash 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =