Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

download homebrew windows

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
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 :: how to WSL2 
Shell :: run file linux 
Shell :: powershell change directory 
Shell :: repository commands 
Shell :: amplify remove environment 
Shell :: git discard all unpushed commits 
Shell :: brew command not found 
Shell :: git change master branch 
Shell :: docker install ubuntu command line 
Shell :: npm dotenv 
Shell :: install bootstrap via npm 
Shell :: install react dependencies 
Shell :: git pull with ssh 
Shell :: silent install google chrome 
Shell :: portainer install 
Shell :: add laravel installer to path 
Shell :: ubuntu find folder through terminal 
Shell :: bash compare two files 
Shell :: move the file from one linux user to another 
Shell :: bash regex if condition 
Shell :: install lutris ubuntu 
Shell :: float right in react js 
Shell :: mac generate ssh private key 
Shell :: powershell export-excel 
Shell :: docker pull image 
Shell :: sed remove first line 
Shell :: search git history 
Shell :: pip not installing packages 
Shell :: command to stop a system service 
Shell :: how to uninstall slick-carousel 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =