Skip to content

Instantly share code, notes, and snippets.

View meaganewaller's full-sized avatar

Meagan Waller meaganewaller

View GitHub Profile
@dedy-purwanto
dedy-purwanto / gist:11312110
Created April 26, 2014 05:00
Bulk remove iTerm2 color schemes.
# There was a day where I have too many color schemes in iTerm2 and I want to remove them all.
# iTerm2 doesn't have "bulk remove" and it was literally painful to delete them one-by-one.
# iTerm2 save it's preference in ~/Library/Preferences/com.googlecode.iterm2.plist in a binary format
# What you need to do is basically copy that somewhere, convert to xml and remove color schemes in the xml files.
$ cd /tmp/
$ cp ~/Library/Preferences/com.googlecode.iterm2.plist .
$ plutil -convert xml1 com.googlecode.iterm2.plist
$ vi com.googlecode.iterm2.plist
@erkobridee
erkobridee / 01__second-brain-system.md
Last active March 22, 2024 23:49
Second Brain System and productive useful references
@gbuesing
gbuesing / ml-ruby.md
Last active February 28, 2024 15:13
Resources for Machine Learning in Ruby

UPDATE a fork of this gist has been used as a starting point for a community-maintained "awesome" list: machine-learning-with-ruby Please look here for the most up-to-date info!

Resources for Machine Learning in Ruby

Gems

@RebeccaWhit3
RebeccaWhit3 / bookmark-taxonomy.md
Last active February 26, 2024 07:12
Bookmark Taxonomy

Bookmark Taxonomy 📚

Personal taxonomy for organizing bookmarks by category.

Organizational scheme

A-Z Character Sequence

  • ⭐ Bookmarks
@Azurewren
Azurewren / Automated Periodic Note Creation.md
Last active February 5, 2024 20:26
Automated Periodic Note Creation

This is a Templater Startup Script for use in Obsidian.

Each time Obsidian is opened, Templater runs the script to see if a weekly, monthly, quarterly, and yearly file exists for the current date. If one exists, it moves on, if not, it creates the file using the appropriate template, in the appropriate place.

<%*
let wk = tp.date.now('GGGG-[W]WW');
let mnth = tp.date.now('MM MMMM');
let qrtr = tp.date.now('Qo [Quarter]');
let yr = tp.date.now('YYYY');
@rex
rex / loading_messages.json
Created January 2, 2019 17:56
Funny loading messages
[
"swapping space and time",
"downloading golf balls",
"warming up reactor",
"reticulating splines",
"searching for the answer to life, the universe, and everything",
"counting backwards from infinity",
"pay no attention to the man behind the curtain",
"Calculating gravitational constant in your bay",
"following the white rabbit",
@lenalebt
lenalebt / README.md
Last active January 11, 2024 02:55
"Rollover Daily Todos" for Obsidian Templater

Rollover Daily Todos for Obsidian, but with the Templater Plugin

Rollver daily todos is a really nice extension for Obsidian.md that takes TODOs from yesterdays daily notes and rolls them over to today's notes. It has support for Obsidians built-in templates, but does - to my understanding - not really work well with the Templater Plugin. At least, I was unable to get it to work :-). Also, I wished it had some way to tell me that TODOs have been rolled over a few times already. Doing it this way is my way of working around these limitations.

I took some of the code of that "rollover daily todos" plugin and made it into a templater user script.

@ttscoff
ttscoff / init.lua
Last active January 9, 2024 23:44
Hammerspoon config examples for hyper key
-- A global variable for the Hyper Mode
k = hs.hotkey.modal.new({}, "F17")
-- Trigger existing hyper key shortcuts
k:bind({}, 'm', nil, function() hs.eventtap.keyStroke({"cmd","alt","shift","ctrl"}, 'm') end)
-- OR build your own
launch = function(appname)
@Graunephar
Graunephar / 0 README.md
Last active January 8, 2024 09:09
List of the various apps, setup tips and tricks i have found useful over the years with mac. This is the stuff I will need to remember and probably install when I switch to a new machine. Apart from that I also sync my dotfiles (https://github.com/Graunephar/.dotfiles) to every new machine.

Since first starting to use a mac I knew that I wanted to keep a single place where I could keep my notes of delightful programs, shortcuts, and other things I might want to remember.

This is made for my own memory only. But I thougt I might as well keep is public, so that others could find it, like I myself often find tips in other peoples Gists.

I do not setup all my settings when I get a new mac. THis is only for my own memory. Most of my settings and programs are either in my .dotfiles or automatically synced though mackup (as part of my .dotfile setup).

I also keep a time machine backup on an SSD connected to the dock in my office, so that if I need to change setups beacuse of an emergency, I do not need to use 3 days to setup all of this stuff.

@nybblr
nybblr / rails-with-bower.md
Last active November 27, 2023 15:41
Rails with Bower. Without bower-rails.