Skip to content

Instantly share code, notes, and snippets.

View hammerill's full-sized avatar
😎
prepares a hardbass party

Hammerill hammerill

😎
prepares a hardbass party
View GitHub Profile
@hammerill
hammerill / macbook-name.md
Last active May 5, 2025 09:38
Change MacBook name

Change MacBook Name

NEW_NAME="pommier"

sudo scutil --set ComputerName "$NEW_NAME"
sudo scutil --set LocalHostName "$NEW_NAME"
sudo scutil --set HostName "$NEW_NAME"
@hammerill
hammerill / karabiner-numpad.md
Created March 1, 2025 21:32
Karabiner NumPad Simulation Config
{
    "description": "NumPad Simulation (change fn+8->num7,fn+9->num8,fn+0->num9,fn+i->num4,fn+o->num5,fn+p->num6,fn+k->num1,fn+l->num2,fn+;->num3,fn+.->num0)",
    "manipulators": [
        {
            "from": {
                "key_code": "8",
                "modifiers": {
                    "mandatory": ["fn"],
                    "optional": ["any"]
@hammerill
hammerill / ghostty-config.md
Last active November 19, 2025 09:15
Ghostty Config

Ghostty Config

Important

Add the export TERM=xterm-256color line to your RC file (like ~/.zshrc or ~/.bashrc) in order to avoid problems while connecting to a SSH server with Ghostty.

Linux

font-size = 12
@hammerill
hammerill / arch-install.md
Last active January 21, 2026 10:12
Arch Linux installation cheatsheet for an experienced user. You clearly see there's a problem with a distro if it has to exist.

How to Install Arch Linux

Arch Linux installation cheatsheet for an experienced user. You clearly see there's a problem with a distro if it has to exist. But I love doing this.

Not all the steps are viably required, but that's a proper installation.

Won't take more than a hour even if you experience problems with understanding whether it's BIOS or UEFI.

Prerequisites (to Modify)

@hammerill
hammerill / livearea-specs.md
Last active May 9, 2026 10:51
Documentation how to make PS Vita happy with images for LiveArea. Resolves 0x8010113D error.