brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
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).One of the things I loved about using Safari was that I could have items in my bookmark bar that I could invoke with ⌘1, ⌘2, etc. This was especially nice for things like bookmarklets. For example, I'm viewing an article that I want to read later, I could hit ⌘2 and save it to [Instapaper][instapaper].
Chrome has no such shortcuts for its bookmark bar, but it does have [custom search engines][search_engines].
The idea behind these is allowing you to set a search engine for something like Amazon and be able to type amazon⇥, enter a search term, and get your results without having to do it by manually typing into a search field on the site.
But it can do so much more.