From b17dce916dc730b6a9c20eee2546fb25a92198dc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 13 Mar 2026 15:14:31 -0700 Subject: feat: call atuin setup from install script (#3265) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 7962f2b5..61e5459a 100755 --- a/install.sh +++ b/install.sh @@ -150,6 +150,10 @@ else echo " atuin login Log in to an existing sync account" fi +if [ "$ATUIN_NON_INTERACTIVE" != "yes" ]; then + "$ATUIN_BIN" setup +fi + cat << EOF _______ __ __ _______ __ _ ___ _ __ __ _______ __ __ -- cgit v1.3.1