Skip to content

Instantly share code, notes, and snippets.

@co2bo
Forked from isccarrasco/reinstall_mac.md
Created December 16, 2016 04:29
Show Gist options
  • Select an option

  • Save co2bo/66632218564e485ca8185cee1c266446 to your computer and use it in GitHub Desktop.

Select an option

Save co2bo/66632218564e485ca8185cee1c266446 to your computer and use it in GitHub Desktop.
Reinstallation of Mac
  1. Download and Configure Xcode.

  2. Doenload and Homebrew.

You can download xcode directly from App Store o follow this guide. coolest guides on the planet

  1. Download Java JRE

  2. Download Java JDK

  3. Install git brew install git

  4. Install postgresql .. brew install postgresql .. brew services start postgresql

  5. Cofigure Shell Theme

Powerlevel9k [https://github.com/bhilburn/powerlevel9k]

https://github.com/zsh-users/zsh-syntax-highlighting

POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_MODE='awesome-patched' POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle" POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon context dir vcs) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status rbenv virtualenv vi_mode) POWERLEVEL9K_STATUS_VERBOSE=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment