#!/bin/bash tmpFile="$(mktemp -u)" curl -so "$tmpFile" https://ohmyposh.dev/install.sh bash "$tmpFile" -d "$HOME"/.local/bin