From ced861d70a14f715ca8e9a21fa33665d7de2dd73 Mon Sep 17 00:00:00 2001 From: wvffle Date: Fri, 1 Jul 2022 17:36:34 +0000 Subject: [PATCH] Add more pleasant welcome message --- .gitpod.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index a4587f3ab..5c6b22313 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -26,10 +26,14 @@ tasks: - name: Welcome to Funkwhale development! command: | clear - echo "You can now start developing Funkwhale with gitpod!" echo "" - echo "To sign in to the superuser account, please this credentials:" - echo "gitpod:gitpod" + echo -e " ⠀⠀⠸⣿⣷⣦⣄⣠⣶⣾⣿⠇⠀⠀ You can now start developing Funkwhale with gitpod!" + echo -e " ⠀⠀⠀⠈⠉⠻⣿⣿⠟⠉⠁⠀⠀⠀" + echo -e " \u1b[34m⣀⠀⢀⡀⢀⣀\u1b[0m⠹⠇\u1b[34m⣀⡀⢀⡀⠀⣀ \u1b[0mTo sign in to the superuser account," + echo -e " \u1b[34m⢻⣇⠘⣧⡈⠻⠶⠶⠟⢁⣾⠃⣸⡟ \u1b[0mplease use this credentials:" + echo -e " \u1b[34m⠀⠻⣦⡈⠻⠶⣶⣶⠶⠟⢁⣴⠟⠀" + echo -e " \u1b[34m⠀⠀⠈⠻⠷⣦⣤⣤⣴⠾⠟⠁⠀⠀ gitpod\u1b[0m:\u1b[34mgitpod" + echo "" ports: - port: 8000