Skip to content
View jorandradefig's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jorandradefig

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. macOS Setup Guide macOS Setup Guide
    1
    ```
    2
    Firefox Developer Edition
    3
    Google Chrome
    4
    Xcode
    5
    Fabric
  2. Solicitudes - INAI (Descargar todos ... Solicitudes - INAI (Descargar todos los metadatos)
    1
    #!/bin/bash
    2
    
                  
    3
    # brew install jq
    4
    # apt-get install jq
    5
    # yum install jq
  3. dboxjs/core dboxjs/core Public

    Dbox

    JavaScript 14 12

  4. fellowshipDC/fellowship-2017 fellowshipDC/fellowship-2017 Public

    CSS 3 12

  5. .zshrc .zshrc
    1
    ```bash
    2
    export LANG=en_US.UTF-8
    3
    export LC_ALL=en_US.UTF-8
    4
    5
    # node
  6. .vimrc .vimrc
    1
    ```bash
    2
    set shell=/bin/zsh                " Changing shell for Vim from fish to /bin/bash
    3
    set nocompatible
    4
    
                  
    5
    set rtp+=/usr/local/opt/fzf       " Turn on use of fzf inside Vim