Skip to content

Instantly share code, notes, and snippets.

View xpando's full-sized avatar

David Findley xpando

View GitHub Profile
@xpando
xpando / get-wezterm.sh
Created January 21, 2024 20:06
Download and Install Latest Wezterm for Fedora Linux
#!/bin/bash
wget https://github.com/wez/wezterm/releases/download/nightly/wezterm-nightly-fedora39.rpm ~/Downloads/wezterm-nightly-fedora39.rpm && sudo dnf install -y ~/Downloads/wezterm-nightly-fedora39.rpm
@xpando
xpando / Output.json
Last active July 31, 2023 00:16
Kotlin CSV serializer example
{
"Seattle": [
{
"inverter": {
"manufacturer": "Inverter Corp",
"model": "Model 1"
},
"arrays": [
{
"count": 10,
@xpando
xpando / configuration.nix
Created December 5, 2020 23:08
NixOS Configuration
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@xpando
xpando / Ben Wish List.md
Created December 3, 2020 15:33
Ben Wish List

wishlist

Keep in mind that most of what are listed in each category are suggestions, and you can deviate from thos suggestions if you think it fits the category or that I'll otherwise like it. Stuff higher on this list I generally want more.

monitor (3440x1440 100+Hz)

I have this listed because I much prefer one good monitor over many

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=hex(b):01,00,00,00,00,00,00,00
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.10980392247438431</real>
@xpando
xpando / TerminalColors.txt
Created February 18, 2019 00:32
Terminal Colors
colors:
primary:
background: '0x0e0e0e'
foreground: '0xc5c5c5'
cursor:
text: '0x1c1c1c'
cursor: '0xc5c5c5'
normal:
@xpando
xpando / issue
Created February 4, 2019 03:09
Color TTY
]P01c1c1c
]P1ff005b
]P2cee318
]P3ffe755
]P4048ac7
]P5833c9f
]P60ac1cd
]P7e5e5e5
]P8666666
]P9ff00a0
@xpando
xpando / ArchLinuxNotes.md
Last active April 23, 2024 15:39
My notes on installing and configuring Arch Linux.