dotfiles/dot_local/bin/executable_installOhMyPosh
2024-01-25 09:51:34 +01:00

5 lines
126 B
Bash
Executable file

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