Skip to content

Instantly share code, notes, and snippets.

View lucymhdavies's full-sized avatar
🍓
Strawb System

Lucy Davinhart || Strawb System lucymhdavies

🍓
Strawb System
View GitHub Profile
@lucymhdavies
lucymhdavies / nope.sh
Last active February 21, 2020 15:52
For when your computer just doesn't want to listen to you anymore...
#!/bin/bash
# Usage:
# source <(curl -L https://straw.be/nope.sh)
for c in $(\compgen -A function -abck); do \eval "\alias $c='\echo NOPE #'"; done
@lucymhdavies
lucymhdavies / dabblet.css
Created January 1, 2012 19:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;