oh-my-posh/packages/scoop/post-install.ps1

15 lines
639 B
PowerShell
Raw Normal View History

2020-11-01 08:22:00 -08:00
$logo = @'
2020-10-27 04:10:22 -07:00
__ _____ _ ___ ___ ______ _ __
/ / | _ | | | \/ | | ___ \ | | \ \
/ / | | | | |__ | . . |_ _ | |_/ /__ ___| |__ \ \
< < | | | | '_ \ | |\/| | | | | | __/ _ \/ __| '_ \ > >
\ \ \ \_/ / | | | | | | | |_| | | | | (_) \__ \ | | | / /
\_\ \___/|_| |_| \_| |_/\__, | \_| \___/|___/_| |_| /_/
__/ |
|___/
'@
2020-11-01 08:22:00 -08:00
Write-Host $logo
Write-Host ''
Write-Host 'Thanks for installing Oh my Posh.'
Write-Host 'Have a look at https://ohmyposh.dev/docs/installation for detailed instructions for your shell.'