Menu Close

devstate.de

A Dreams Engine Blog. This Blog may not make any sense to you. This is a collection of internal snippets that we collect with our experiences, but we hope some of our post will help you in some way.

Category / Homebrew

Configura tu Mac

##HOMEBREW Primero que nada recomendamos leer mas de : Homebrew Puedes instalar tu software de la manera tradicional o ser ninja: Por medio de tu terminal ejecutamos los siguiente comandos Posiblemente el Apple’s Command Line Tools se instale automático pero hagamos esto por si las dudas, Instala Homebrew en tu Mac: Si Brew se instala […]

Continue Reading

Hombrew OSX

Before Everything: brew update brew upgrade Fix Permissions sudo chown -R $(whoami):admin /usr/local Install Vim 8 brew install vim –override-system-vim Install PHP7.1 (20.03.17) brew tap homebrew/dupes brew tap homebrew/versions brew tap homebrew/homebrew-php brew install php71 Install Latest Rsync brew tap homebrew/dupes brew install rsync brew link rsync Install Latest Tmux brew install tmux  

Continue Reading