Skip to content

Instantly share code, notes, and snippets.

View curtis628's full-sized avatar

Tyler Curtis curtis628

  • VMware
  • Palo Alto, CA
View GitHub Profile
@curtis628
curtis628 / fish-build-install.sh
Last active November 19, 2023 18:02 — forked from AFRUITPIE/fish-build-install.sh
Install Fish Shell 3+ on Raspberry Pi
#!/bin/bash
# This helps install the latest fishshell on a Raspberry Pi, and was heavily influenced from
# https://gist.github.com/AFRUITPIE/1d26d3d15dc43f821a36d7ccc1260a7f
#
# NOTE: Along with "make"-related dependencies, it also installs 'jq'
#
# Use at your own risk as I have made no effort to make this install safe!
set -e