Code Monkey home page Code Monkey logo

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 "[email protected]"

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 [email protected]: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 [email protected]

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

Duncan Kimpton's Projects

catch2 icon catch2

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

cvu icon cvu

Code related to CVU magazine submissions

fast-glob icon fast-glob

:rocket: It's a very fast and efficient glob library for Node.js

htmlnano icon htmlnano

Modular HTML minifier, built on top of the PostHTML

plugins icon plugins

🍣 The one-stop shop for official Rollup plugins

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.