Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,13 @@ esac

echo
log "spicetify v$tag was installed successfully to $spicetify_install"
log "Run 'spicetify --help' to get started"
if [ -n "${shellrc:-}" ] && [ -f "$shellrc" ]; then
log "Open a new terminal or reload your shell profile to use spicetify:"
log " source \"$shellrc\""
log "Then run 'spicetify --help' to get started"
else
log "After adding spicetify to your PATH, run 'spicetify --help' to get started"
fi

echo "Do you want to install spicetify Marketplace? (Y/n)"
read -r choice < /dev/tty
Expand Down