From 30eaba9971c623fe92d23bf99bd8d038cf4318a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 24 Jun 2026 04:59:55 +0200 Subject: [PATCH] fix: add git config cmd to setup --- README.md | 2 +- bin/setup | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e686c5..ba28c5d 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ curl https://dev.pivoine.art/valknar/home/raw/branch/main/bin/setup -sSf | sh ### After installation ```bash -p10k configure # first time: configure the Powerlevel10k prompt +arty git:config # first time: configure the git user arty ssh:keygen # generate an SSH key, then add it at https://dev.pivoine.art diff --git a/bin/setup b/bin/setup index 32a7b6a..5ab9c79 100755 --- a/bin/setup +++ b/bin/setup @@ -323,8 +323,8 @@ post_install() { echo echo -e "${GREEN}${BOLD}Setup complete.${NC} Next steps:" echo - echo -e " ${CYAN}1.${NC} First time on this machine? Configure the Powerlevel10k prompt:" - echo -e " ${BOLD}p10k configure${NC}" + echo -e " ${CYAN}1.${NC} First time on this machine? Configure your git user:" + echo -e " ${BOLD}arty git:config${NC}" echo echo -e " ${CYAN}2.${NC} Generate an SSH key for git push access to dev.pivoine.art:" echo -e " ${BOLD}arty ssh:keygen${NC}"