mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
12 lines
242 B
Bash
Executable File
12 lines
242 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
#
|
|
# Install oh-my-posh
|
|
#
|
|
# shellcheck source=shared.sh
|
|
source "$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)"
|
|
|