Browse Source

Update 'setup.sh'

master
papshmeare 2 years ago
parent
commit
13e4fc3485
  1. 2
      setup.sh

2
setup.sh

@ -65,7 +65,7 @@ npm pkg set type=module
#Add git alias for a formatted git log command(git lg)
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
#Add git alias for adding, commiting and pushing(git p)
git config --global alias.p '!f() { git add . && git commit -am "$@" && git push origin HEAD; }; f'
git config --global alias.p '!f() { git add . && git commit -am "$@" && git push; }; f'
touch Readme.md && echo -e "# Welcome to $rname! \n## Contacts\n[Discord](https://discordapp.com/users/859153825075691530/)\n[Telegram](https://t.me/aleksei_baranovski_tln)\n## Authors\n$projectAuthors" >> Readme.md

Loading…
Cancel
Save