Skip to content
View collinstevens's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report collinstevens

Report abuse

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

Report abuse

Pinned Loading

  1. win32-ctrl-c win32-ctrl-c Public

    /SUBSYSTEM:WINDOWS Win32 application attaching to parent console and closing on CTRL-C/CTRL-BREAK

    C++ 3

  2. dig every dns record dig every dns record
    1
    #! /bin/bash
    2
    
                  
    3
    set -euo pipefail
    4
    # set -x
    5
    
                  
  3. npm_config.ps1 npm_config.ps1
    1
    npm config set audit=false --location user
    2
    npm config set editor=code.exe --location user
    3
    npm config set fund=false --location user
    4
    npm config set init-author-email="github@collinstevens.com" --location user
    5
    npm config set init-author-name="Collin Stevens" --location user
  4. pnpm_config.ps1 pnpm_config.ps1
    1
    # side-effects-cache breaks symlinks on subsequent `pnpm install` even after https://github.com/pnpm/pnpm/pull/7705
    2
    pnpm config set side-effects-cache false