diff --git a/dot_local/bin/executable_installOhMyPosh.sh b/dot_local/bin/executable_installOhMyPosh similarity index 100% rename from dot_local/bin/executable_installOhMyPosh.sh rename to dot_local/bin/executable_installOhMyPosh diff --git a/dot_local/bin/executable_updateOhMyPosh.sh b/dot_local/bin/executable_updateOhMyPosh similarity index 100% rename from dot_local/bin/executable_updateOhMyPosh.sh rename to dot_local/bin/executable_updateOhMyPosh diff --git a/dot_local/bin/installOhMyPosh.sh b/dot_local/bin/installOhMyPosh.sh deleted file mode 100755 index a04ff0c..0000000 --- a/dot_local/bin/installOhMyPosh.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -newestVersion="$(curl -sL https://api.github.com/repos/JanDeDobbeleer/oh-my-posh/releases/latest | jq -r '.name' | cut -dv -f2)" -localVersion="$(oh-my-posh --version)" -tmpFile="$(mktemp -u)" - -curl -so "$tmpFile" https://ohmyposh.dev/install.sh -bash "$tmpFile" -d "$HOME"/.local/bin