Skip to content

Instantly share code, notes, and snippets.

@Ozzah
Ozzah / custom_layout.json
Created February 9, 2023 22:14
Keychron K6 Pro ANSI RGB Layout for VIA
{
"name": "Keychron K6 Pro",
"vendorProductId": 875823712,
"macros": [
"{KC_LALT,KC_SPC}",
"",
"",
"",
"",
"",
@Ozzah
Ozzah / custom-layouts.json
Last active March 27, 2022 22:42
FancyZones Dual Monitor 16:9 Layout
{
"custom-layouts": [
{
"uuid": "{BDC458B0-FB29-49E1-AFE4-7200A18B0D83}",
"name": "Left Monitor",
"type": "canvas",
"info": {
"ref-width": 2560,
"ref-height": 1392,
"zones": [
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// ANTLR Version: 4.9
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@Ozzah
Ozzah / keygenAndSubmit.sh
Last active December 4, 2020 01:16
Generate two SSH keys (one with and one without a passphrase) and upload to LastPass using LastPass-CLI
#!/bin/bash
read -s -p "SSH passhprase for '$1'? " passphrase
printf "\n"
read -s -p "Confirm passphrase: " passphrase2
printf "\n"
if [[ "$passphrase" != "$passphrase2" ]]
then
>&2 echo "Passphrases do not match"
@Ozzah
Ozzah / Package Control.sublime-settings
Last active June 27, 2019 01:38
My Sublime Text 3 Packages and Settings
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"AdvancedNewFile",
"BracketHighlighter",