Skip to content
View remotealex's full-sized avatar
  • Oxford, UK
Block or Report

Block or report remotealex

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. sleep sleep Public

    TypeScript

  2. ombits ombits Public archive

    Get shit done by breaking it into bits

    TypeScript

  3. textjoy textjoy Public

    TextJoy - Weekly inspirational messages via SMS

    JavaScript 5

  4. life-in-weeks life-in-weeks Public

    TypeScript

  5. New macOS setup New macOS setup
    1
    # Save to disk (not to iCloud) by default
    2
    defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
    3
    
                  
    4
    # Disable the “Are you sure you want to open this application?” dialog
    5
    defaults write com.apple.LaunchServices LSQuarantine -bool false