Files
dotfiles/scripts/create-omp-screenshot.sh

12 lines
279 B
Bash
Executable File

#!/usr/bin/env bash
#
# shellcheck source=shared.sh
eval "$HOME/.dotfiles/scripts/shared.sh"
set -e
cd "$DOTFILES" || exit
oh-my-posh config export image \
--config "$OHMYPOSH_CFG" \
--output "$HOME/.dotfiles/.github/screenshots/oh-my-posh.png" \
--author "Ismo Vuorinen"