Files
dotfiles/scripts/install-ohmyposh.sh

12 lines
240 B
Bash
Executable File

#!/usr/bin/env zsh
#
# Install oh-my-posh
#
# shellcheck source=shared.sh
eval "$HOME/.dotfiles/scripts/shared.sh"
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin
eval "$(oh-my-posh init zsh --config $OHMYPOSH_CFG)"