Skip to content

Instantly share code, notes, and snippets.

View pixiekat's full-sized avatar
✈️
Dreaming of Scotland

Katie pixiekat

✈️
Dreaming of Scotland
View GitHub Profile
@pixiekat
pixiekat / OhMyPoshInstall.sh
Created August 4, 2024 12:43 — forked from BraINstinct0/OhMyPoshInstall.sh
Oh My Posh install & update script for AMD64-based linux
echo "Installing 'Oh My Posh'..."
sudo wget https://www.github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo chmod +x /usr/local/bin/oh-my-posh
echo "Oh My Posh installation complete. Version:"
oh-my-posh --version