Skip to content
View christophior's full-sized avatar
Block or Report

Block or report christophior

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

    A JSON configurable personal site

    CSS 119 15

  2. ReactFirebaseAuth ReactFirebaseAuth Public

    Starter React App using Firebase with basic authentication set up

    JavaScript 9 2

  3. xrpcli xrpcli Public

    JavaScript 3 1

  4. My .gitconfig My .gitconfig
    1
    [alias]
    2
      st = status
    3
      br = branch
    4
      co = checkout
    5
      ci = commit
  5. Terminal Setup Terminal Setup
    1
    # directory name in terminal tab
    2
    function tab_title {
    3
      echo -n -e "\033]0;${PWD##*/}\007"
    4
    }
    5
    PROMPT_COMMAND="tab_title ; $PROMPT_COMMAND"
  6. lambda-es6-boilerplate lambda-es6-boilerplate Public

    JavaScript