fix: add git config cmd to setup

This commit is contained in:
2026-06-24 04:59:55 +02:00
parent e644f32cfe
commit 30eaba9971
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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}"