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

homebrew install

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

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 :: shell check if string contains substring 
Shell :: anbox install 
Shell :: raspberry wifi scan 
Shell :: primary git commands 
Shell :: remove git proxy 
Shell :: how to install add-apt-repository 
Shell :: pyinstaller exe version info 
Shell :: ngrok with docker-compose 
Shell :: bash how to run remote command 
Shell :: git create and checkout branch 
Shell :: linux create executable 
Shell :: check laptop battery health using upower 
Shell :: diff specific file git different branches 
Shell :: remove .idea folder from git 
Shell :: INSTALL VMwareTools on terminal ap=get 
Shell :: postgres users can login with any or no password 
Shell :: git log by author 
Shell :: wsl file 
Shell :: install termius ubuntu 
Shell :: macos clear terminal 
Shell :: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-idlotqqi/cryptography/ 
Shell :: how to delete a commit from a branch 
Shell :: install get cli 
Shell :: how to install redis on windows 10 
Shell :: npm install without dev dependencies 
Shell :: mongodb recherche like 
Shell :: bash move file 
Shell :: git discard all local changes 
Shell :: install latest i18next version 
Shell :: jq starts with 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =