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
+1 -1
View File
@@ -71,7 +71,7 @@ curl https://dev.pivoine.art/valknar/home/raw/branch/main/bin/setup -sSf | sh
### After installation ### After installation
```bash ```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 arty ssh:keygen # generate an SSH key, then add it at https://dev.pivoine.art
+2 -2
View File
@@ -323,8 +323,8 @@ post_install() {
echo echo
echo -e "${GREEN}${BOLD}Setup complete.${NC} Next steps:" echo -e "${GREEN}${BOLD}Setup complete.${NC} Next steps:"
echo echo
echo -e " ${CYAN}1.${NC} First time on this machine? Configure the Powerlevel10k prompt:" echo -e " ${CYAN}1.${NC} First time on this machine? Configure your git user:"
echo -e " ${BOLD}p10k configure${NC}" echo -e " ${BOLD}arty git:config${NC}"
echo echo
echo -e " ${CYAN}2.${NC} Generate an SSH key for git push access to dev.pivoine.art:" echo -e " ${CYAN}2.${NC} Generate an SSH key for git push access to dev.pivoine.art:"
echo -e " ${BOLD}arty ssh:keygen${NC}" echo -e " ${BOLD}arty ssh:keygen${NC}"