fix: add git config cmd to setup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user