Skip to content

Instantly share code, notes, and snippets.

@tdegrunt
tdegrunt / keyboardLayout.json
Last active April 8, 2024 08:48
Visual Studio Code (vscode/code) Colemak keyboard layout
{
"layout": {
"id": "com.apple.keylayout.Colemak",
"localizedName": "Colemak",
"lang": "en"
},
"rawMapping": {
"KeyA": {
"value": "a",
"valueIsDeadKey": false,
@afq984
afq984 / preferences.md
Last active August 13, 2017 09:36
Arch Linux Installation Notes

Configure Network

Wired - nothing to do

Wireless - wifi-menu

Partitioning

/boot - fat32, 200MB ref

@afq984
afq984 / pacmir
Last active February 27, 2018 01:22
pacmir
#!/bin/bash
curl 'https://www.archlinux.org/mirrorlist/?country=TW&protocol=http&ip_version=4&use_mirror_status=on' | cut -c 2- | tee /etc/pacman.d/mirrorlist