Skip to content

Instantly share code, notes, and snippets.

@rossjrw
rossjrw / cheatsheets
Last active May 21, 2024 09:23
Git + Docker cheatsheets
These are my cheatsheets for Git and Docker.
I will update this with cheats that I'd like to remember, whenever I remember that this list exists.
@rossjrw
rossjrw / base16-tomorrow-night-80s.js
Last active September 1, 2020 01:44
Tomorrow Night Eighties theme for ChromeOS crosh
// Base16 TN80s
// Scheme: Chris Kempson (http://chriskempson.com)
var color_scheme = {
'base00': '#2d2d2d', // very dark grey, for the background
'base01': '#393939',
'base02': '#515151',
'base03': '#999999',
'base04': '#b4b7b4',
'base05': '#cccccc',