Horje
brew on windows Code Example
brew install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Source: brew.sh
download homebrew windows
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
Source: docs.brew.sh
brew install
$ brew install wget
Source: brew.sh
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
Source: docs.brew.sh




Shell

Related
pushing code with another github account Code Example pushing code with another github account Code Example
tar archive all files in directory Code Example tar archive all files in directory Code Example
bash replace string Code Example bash replace string Code Example
git change rempte Code Example git change rempte Code Example
bash not equal Code Example bash not equal Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11