From 1aec940d37bb46ae7a43099dc8bafea919226ebb Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 20 Dec 2023 11:46:01 +0100 Subject: [PATCH] newest version of dotfiles --- ...table_installOhMyPosh.sh => executable_installOhMyPosh} | 0 ...cutable_updateOhMyPosh.sh => executable_updateOhMyPosh} | 0 dot_local/bin/installOhMyPosh.sh | 7 ------- 3 files changed, 7 deletions(-) rename dot_local/bin/{executable_installOhMyPosh.sh => executable_installOhMyPosh} (100%) rename dot_local/bin/{executable_updateOhMyPosh.sh => executable_updateOhMyPosh} (100%) delete mode 100755 dot_local/bin/installOhMyPosh.sh 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