Skip to content

Instantly share code, notes, and snippets.

@mattmarch
mattmarch / #system-setup.md
Last active January 14, 2025 09:28
Setting up a new Linux (Debian/Ubuntu) system

Setting up a new Linux system

Shell setup

Install fish

https://fishshell.com/

sudo apt install fish
chsh -s $(which fish)
@mattmarch
mattmarch / Advent Of Code
Last active February 6, 2018 20:37
Advent of Code
# This file exists so the gist is named after it