Skip to content

Commit

Permalink
update oh my posh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Mar 11, 2024
1 parent 689f748 commit aebff4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/ohmyposh.install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh
set -o errexit
set -o nounset
OS="$(uname -s | awk '{print tolower($0)}')"
ARCH="$(uname -m | sed 's/x86_64/amd64/')"
githubsource="https://raw.githubusercontent.com/Ant0wan/config-and-tools/main/config/"
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-${OS}-${ARCH} -O /usr/local/bin/oh-my-posh
sudo chmod +x /usr/local/bin/oh-my-posh
oh-my-posh font install Meslo
oh-my-posh get shell
Expand Down

0 comments on commit aebff4f

Please sign in to comment.