Skip to content

Instantly share code, notes, and snippets.

View Dan503's full-sized avatar

Dan Tonon Dan503

View GitHub Profile
@dsmith73
dsmith73 / brew-wsl.md
Last active September 3, 2024 06:49
install homebrew on wsl

Installing homebrew / Linuxbrew on Ubuntu-18.04 wsl for Windows 10


open wsl command line

type -

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"  
@jonathantneal
jonathantneal / h.css
Last active December 11, 2018 06:03
<h> polyfill
h {
display: block;
}
h6, h {
font-size: 0.67em;
margin: 2.33em 0;
}
h5, h[level="5"] {