Skip to content
View dgkimpton's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report dgkimpton

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
dgkimpton/README.md

Welcome friend

Feel free to look around, peruse my occasional blogs, or check out my social media presence.

      Twitter

      LinkedIn

Notes to self

Steps for setting up a new computer

clone this repo into home directory

ssh-keygen -t ed25519 -C "dgkimpton@gmail.com"

enter ~/.ssh/github

go to https://github.com/settings/keys
and add the key from 'cat .ssh/github.pub'

Then:

eval "$(ssh-agent -s)"
ssh-add ~/.ssh/github
git clone git@github.com:dgkimpton/dgkimpton.git
cat ~/dgkimpton/bashrc-extension >> ~/.bashrc
echo '~/.ssh/github' >> ~/dgkimpton/ssh-key-list
source ~/.bashrc
git config --global user.name "Duncan Kimpton"
git config --global user.email dgkimpton@users.noreply.github.com

To add more ssh-keys be sure to add the keyfile path to the ssh-key-list on a new line

On WSL also setup as follows create /etc/wsl.conf

[interop]
appendWindowsPath = false

Then restart WSL2 with command wsl --shutdown in Windows.

Installing + upgrading node+npm

  sudo apt update
  sudo apt install nodejs
  sudo apt install npm
  npm cache clean -f
  sudo npm install -g n
  sudo n latest
  sudo npm install -g npm@latest

Pinned

  1. GrammarGraphing GrammarGraphing Public

    C#

  2. htmlnano htmlnano Public

    Forked from posthtml/htmlnano

    Modular HTML minifier, built on top of the PostHTML

    JavaScript

  3. plugins plugins Public

    Forked from rollup/plugins

    🍣 The one-stop shop for official Rollup plugins

    JavaScript

  4. dgkimpton dgkimpton Public

    Shell