summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-10-15 07:29:37 +0100
committerGitHub <noreply@github.com>2022-10-15 07:29:37 +0100
commit3829f82d9c67fbea5309d3b2f1a238bb0e50dadd (patch)
tree59d15e2c04999f38a7eccec8f453bf7b45cc8fb0
parent990040e150ed1ec240a45f121fe8e110d38b048a (diff)
Add message begging for help lol 🐢 (#569)
-rwxr-xr-xinstall.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index df66dbc2..ff5ae8e6 100755
--- a/install.sh
+++ b/install.sh
@@ -188,3 +188,30 @@ printf '\n[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh\n' >> ~/.bash
# Use of single quotes around $() is intentional here
# shellcheck disable=SC2016
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
+
+cat << EOF
+
+
+
+ _______ __ __ _______ __ _ ___ _ __ __ _______ __ __
+| || | | || _ || | | || | | | | | | || || | | |
+|_ _|| |_| || |_| || |_| || |_| | | |_| || _ || | | |
+ | | | || || || _| | || | | || |_| |
+ | | | || || _ || |_ |_ _|| |_| || |
+ | | | _ || _ || | | || _ | | | | || |
+ |___| |__| |__||__| |__||_| |__||___| |_| |___| |_______||_______|
+
+
+
+Thanks for installing Atuin! I really hope you like it.
+
+If you have any issues, please open an issue on GitHub or visit our Discord (https://discord.gg/dPhv2B3x)!
+
+Otherwise, Atuin is a hobby project - if you find it valuable, you can help us out!
+
+- ⭐️ Give us a star on GitHub (https://github.com/ellie/atuin)
+- 🚀 Contribute! We would love more regular contributors (https://github.com/ellie/atuin)
+- 🤑 Sponsor me! If you value the project + want to help keep the hosted sync server free (https://github.com/sponsors/ellie)
+
+~ Ellie 🐢💖
+EOF