newest version of dotfiles
This commit is contained in:
parent
56423251cb
commit
1aec940d37
3 changed files with 0 additions and 7 deletions
|
@ -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
|
|
Loading…
Add table
Reference in a new issue