Skip to content
View andrefcdias's full-sized avatar
:fishsticks:
fishsticks
:fishsticks:
fishsticks
  • Berlin, Germany
  • 05:33 (UTC +02:00)
Block or Report

Block or report andrefcdias

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

  1. add-to-milestone add-to-milestone Public

    TypeScript 3 1

  2. dotfiles dotfiles Public

    Shell 1

  3. Setup a Linux dev environment Setup a Linux dev environment
    1
    #!/bin/sh
    2
    
                  
    3
    # Update and upgrade packages
    4
    sudo apt-get update
    5
    sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
  4. Setup GitHub's SSH and GPG keys for ... Setup GitHub's SSH and GPG keys for WSL and ZSH environments
    1
    #!/bin/bash
    2
    
                  
    3
    # For WSL environments only
    4
    
                  
    5
    npm install --global yarn