Skip to content

Instantly share code, notes, and snippets.

View cjshearer's full-sized avatar

Cody Shearer cjshearer

View GitHub Profile
@cjshearer
cjshearer / Taskfile.yaml
Last active January 15, 2024 21:07
Generate encrypted SSH key with SOPS and age
version: "3"
gen-key:
desc: Generate encrypted ssh key
silent: true
status:
- test -f ssh.sops.key
cmds:
- mkfifo key key.pub
- defer: rm key key.pub
@cjshearer
cjshearer / filter.md
Last active October 31, 2023 17:56
Dependabot Notification Filter

Are your Github notifications cluttered by dependabot? Use the following custom notification filter to select them all...

🤖 Dependabot

author:dependabot-preview[bot] author:dependabot[bot]

@cjshearer
cjshearer / readme.md
Last active July 3, 2019 18:34
Windows 10 Preview Terminal Ubuntu Theme

The new windows 10 terminal preview looks great, but for those using Ubuntu with WSL, it is lacking that Ubuntu feel. Lets change that.

Install Ubuntu Fonts

  1. Download Ubuntu fonts from here: https://design.ubuntu.com/font/
  2. After unzipping, select all fonts, right click and install.

Add theme to Windows 10 Terminal

  1. Open the Windows 10 Preview Terminal
  2. Select "settings" in the drop-down arrow (located in the title bar).