brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
| /* http://meyerweb.com/eric/tools/css/reset/ | |
| v2.0 | 20110126 | |
| License: none (public domain) */ | |
| html, body, div, span, applet, object, iframe, | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
| a, abbr, acronym, address, big, cite, code, | |
| del, dfn, em, img, ins, kbd, q, s, samp, | |
| small, strike, strong, sub, sup, tt, var, | |
| b, u, i, center, |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
| ANTI-CAPITALIST SOFTWARE LICENSE (v 1.4) | |
| Copyright © 2020 Arthur L. Piepmeier III @trey | |
| This is anti-capitalist software, released for free use by individuals and | |
| organizations that do not operate by capitalist principles. | |
| Permission is hereby granted, free of charge, to any person or organization | |
| (the "User") obtaining a copy of this software and associated documentation | |
| files (the "Software"), to use, copy, modify, merge, distribute, and/or sell |
| font-size = 18 | |
| font-family = Rec Mono Duotone | |
| shell-integration-features = no-cursor | |
| cursor-color = dodgerblue | |
| cursor-style = block | |
| theme = light:alabaster, dark:afterglow | |
| window-height = 30 | |
| window-width = 100 | |
| background-opacity = 0.8 | |
| background-blur = true |
| #!/usr/bin/env ruby -wKU | |
| require 'open-uri' | |
| # get the clipboard using pbpaste | |
| clip = %x{__CF_USER_TEXT_ENCODING=$UID:0x8000100:0x8000100 pbpaste} | |
| URI.parse(clip).open do |f| | |
| f.each {|l| | |
| if md = (/<title>\s*(.*)\s*<\/title>/iu).match(l) then |
| const responsiveImage = require('./src/_includes/shortcodes/responsive-image'); | |
| const exifData = require('./src/_includes/shortcodes/exif-data'); | |
| // … | |
| module.exports = function(eleventyConfig) { | |
| // … | |
| eleventyConfig.addShortcode('responsiveImage', responsiveImage); |
| while read line; do uv add "$line"; done < requirements/requirements.in |
| <!-- | |
| https://alpinejs.dev/directives/on#prevent | |
| https://github.com/alpinejs/alpine/issues/150#issuecomment-580452229 | |
| --> | |
| <form x-data action="/something" @submit.prevent="if (confirm('Are you sure?')) $el.submit()" method="post"> | |
| <button aria-label="Delete this">[some icon]</button> | |
| </form> |
I love this playlist so much and I would be sad if it went away. Now I’ll have the track names in any case.
27 hours and 3 minutes of shuffle-friendly goodness.
url script).