Skip to content

Instantly share code, notes, and snippets.

@OtherDevOpsGene
Last active March 14, 2024 00:59
Show Gist options
  • Save OtherDevOpsGene/0348044071ab2c01ea31300af37bdbb3 to your computer and use it in GitHub Desktop.
Save OtherDevOpsGene/0348044071ab2c01ea31300af37bdbb3 to your computer and use it in GitHub Desktop.
oh-my-posh upgrade
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
sudo rsync -av /root/themes/ /home/ggotimer/.poshthemes/
sudo chown -R ggotimer:ggotimer ~/.poshthemes/
curl -s https://ohmyposh.dev/install.sh | sudo bash -s && sudo rsync -av /root/themes/ /home/ggotimer/.poshthemes/ && sudo chown -R ggotimer:ggotimer ~/.poshthemes/
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
sudo rsync -av /root/themes/ /home/gene.gotimer/.poshthemes/
sudo chown -R gene.gotimer:"domain users" ~/.poshthemes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment