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 ::  
::  
Shell :: how to run bash scripts 
Shell :: pwd linux 
:: added changes to a specific commit 
Shell :: python compile dlib without cuda 
Shell :: npm version 
Shell :: how to install jupyter notebook 
Shell :: linux env 
Shell :: creating a 2d array in a script in linux shell 
Shell ::  
:: no sound on ubuntu 
:: how to remove remote origin from git repo 
:: how to run script in linux at startup 
Shell ::  
Shell :: ubuntu wifi enabled no internet connection 
Shell ::  
Shell ::  
Shell :: how to check user in group linux 
:: install steghide ubuntu 
::  
::  
Shell :: root folders via gui ubuntu 
Shell :: change flutter package name 
:: gem install rails version 
:: como desfazer um git add . 
Shell :: download nodejs debian linux 
:: how to delete all branches in git local 
Shell :: how to create new repository in github 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =