“Nó JS 42SCOOL” Respostas de código

Nó JS 42SCOOL

export HOMEBREW_CACHE=~/goinfre/mycache ;
export HOMEBREW_TEMP=~/goinfre/mytemp ;
mkdir ~/goinfre/mycache ~/goinfre/mytemp ;
export PATH=$PATH:~/.brew/bin/ ;
Thoughtful Trout

Nó JS 42SCOOL

alias brewup="mkdir -p ~/.brew/Library/Formula/; brew update; cd /tmp; git clone https://github.com/Homebrew/homebrew-core.git; cd -; cp -r /tmp/homebrew-core/Formula/* ~/.brew/Library/Formula/; rm -rf /tmp/homebrew-core;"
Thoughtful Trout

Respostas semelhantes a “Nó JS 42SCOOL”

Perguntas semelhantes a “Nó JS 42SCOOL”

Mais respostas relacionadas para “Nó JS 42SCOOL” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código