Skip to content

Instantly share code, notes, and snippets.

View alangrainger's full-sized avatar

Alan Grainger alangrainger

View GitHub Profile
@alangrainger
alangrainger / Copy direct link to Gmail email.md
Last active April 12, 2025 17:28
Copy a direct link to a Gmail email to your clipboard
@alangrainger
alangrainger / mount-folders.sh
Created December 27, 2024 02:25
Synology NAS, mount multiple encrypted folders
#!/bin/bash
# To make your life easier, add synoshare to /etc/sudoers
# your_user_account ALL=(ALL) NOPASSWD: /usr/syno/sbin/synoshare
shares=(
"Some folder"
"Another shared folder"
"blah_blah"
)
@alangrainger
alangrainger / theme.css
Last active August 15, 2025 13:33
SilverBullet theme Obsidian-ish
html {
--editor-font: "Inter";
}
.cm-line {
font-size: 12pt;
}
/* Code blocks */
.sb-line-fenced-code {