configs/home/.zsh/themes/spaceship-prompt/scripts/install

13 lines
340 B
Plaintext
Raw Normal View History

2022-12-01 13:28:20 +01:00
#!/usr/bin/env sh
#
# Author: Denys Dovhan, denysdovhan.com
# https://github.com/spaceship-prompt/spaceship-prompt
# Stop on errors
echo
echo "1. Add the following to your \`.zshrc\`:"
echo " source $PWD/spaceship.zsh"
echo "2. Or check out the readme on how to do it manually: "
echo " https://spaceship-prompt.sh/getting-started"