“Homebrew para Windows” Código de respuesta

Instalación casera

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

Homebrew para Windows

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

Brew en 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
Soupa

Instalación casera

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

Instalar Windows HomeBre

// homebre for MacOs. Windows Users use https://chocolatey.org 

//Install Chocolatey
https://chocolatey.org/install#individual
Dr. iterations

Respuestas similares a “Homebrew para Windows”

Preguntas similares a “Homebrew para Windows”

Más respuestas relacionadas con “Homebrew para Windows” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código