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