Skip to content

Instantly share code, notes, and snippets.

View themagic314's full-sized avatar
🌴

Eli themagic314

🌴
View GitHub Profile
@themagic314
themagic314 / fish-build-install.sh
Created January 28, 2023 13:07 — forked from AFRUITPIE/fish-build-install.sh
Install Fish Shell 3+ on Raspberry Pi
#!/bin/bash
# This is a quick installer
# script I made to build and install the latest version of
# fish on my Raspberry Pi.
#
# Use at your own risk as I have made no effort to make
# this install safe!
set -e
@themagic314
themagic314 / rpi-configure-locales.md
Created April 20, 2022 21:36 — forked from tomysmile/rpi-configure-locales.md
Raspberry Pi: Reconfigure Locales

Reconfigure your RPi Locales

First you need to install the locales you want:

sudo dpkg-reconfigure locales

Then refresh your current environment: