Git Product home page Git Product logo

dev-environment-config-notes's Introduction

dev-environment-config-notes

Notas para la configuración de diferentes entornos de desarrollo

Configuracion básica en VS-Code

  1. Instalar Notepad++ (recomendado)

  2. Instalar GIT

    • Establecer Notepad++ como editor por defecto en GIT (recomendado)
  3. Instalar VS Code

    • En preferencias > Word separator ---> quitar el dolar
    • Settings > Workbench > Appearance > Tree: Indent ---> 18
    • Establecer la consola de GIT (msys2) como consola por defecto

Trabajar con repositorios de GitHub

  1. Crear una carpeta para guardar los repositorios, por ejemplo:

    mkdir repos-myname
    
  2. Navegar a esa carpeta desde Git Bash:

    cd repos-myname
    
  3. Clonar el repositorio deseado:

    git clone URL-TO-REPO
    

    Cambiando URL-TO-REPO por la dirección HTTPS del repositorio de GitHub

  4. Para trabajar con el repositorio lo más fácil es arrastrar la carpeta clonada al icono de VS Code en el escritorio.

Remote developing en VS-Code

  1. Instalar el pack de extensiones Remote Development

  2. Para iniciar sesión con SSH keys, lanzar los siguientes comandos desde Git Bash:

    ssh-keygen -t rsa -b 4096
    

    Aceptar todos los prompts por defecto y posteriormente proceder con:

    ssh-copy-id -i "$HOME/.ssh/id_rsa.pub" "your-user-name-on-host@hostname"
    

dev-environment-config-notes's People

Contributors

joecarl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.