Skip to content

Instantly share code, notes, and snippets.

@bdollerup
Created October 16, 2021 13:04
Show Gist options
  • Save bdollerup/581ffb2854788772f694a081fb9b15a0 to your computer and use it in GitHub Desktop.
Save bdollerup/581ffb2854788772f694a081fb9b15a0 to your computer and use it in GitHub Desktop.
WSL - Installing oh-my-posh on Ubuntu
sudo wget https://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
mkdir ~/.poshthemes
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
unzip ~/.poshthemes/themes.zip -d ~/.poshthemes
chmod u+rw ~/.poshthemes/*.json
rm ~/.poshthemes/themes.zip
@bdollerup
Copy link
Author

Depends on:

  • unzip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment