Skip to content

Instantly share code, notes, and snippets.

@miguelperez
Last active January 4, 2016 17:19
Show Gist options
  • Save miguelperez/8652990 to your computer and use it in GitHub Desktop.
Save miguelperez/8652990 to your computer and use it in GitHub Desktop.
Setting new mac checklist

Basic Checklist

Development

  1. Setup your icloud account (if any)

  2. Instalar chrome

  3. instalar dropbox

  4. instalar onepassword

  5. Bajar xcode

  6. instalar iterm2

  7. instalar brew

    1. bajar command line tools
    2. brew install git
    3. brew install zsh
    4. brew install postgres
    5. brew install imagemagick
    6. brew install wkhtmltopdf
    7. brew install curl
    8. brew install memcached
    9. brew install redis
    10. brew install sphinx
  8. configurar cuentas desde github

    1. instalar ohmyzsh

    https://github.com/miguelperez/ohmyzsh-confs/blob/master/README.md

    1. instalar sublime https://github.com/miguelperez/sublime2_settings

    Instalar sublime command line

         ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/sublime
    
  9. instalar rvm

    1. instalar ruby versions

    1.9.3 rvm install 1.9.3 --with-gcc=clang

    1. crear un ~/.gemrc y agregar estas lineas:

    gem: --no-ri --no-rdoc

  10. Traer proyectos desde github

Various Jobs

  1. instalar la suite de adobe
  2. instalar office
  3. installar acrobat reader pro
  4. unrarx

Video and media

  1. VLC
  2. Roadmovie
  3. subtitles app
  4. transmission

Luego de instalar todo:

Asegurate de:

  1. Copiar tus llaves SSH
  2. Copiar los archivos que importante que tengas en:
    • Desktop
    • Downloads
    • Iphoto
    • Formatea tu computador viejo (en caso que lo vayas a donar o vender o entregar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment