Add git description in README.md

This commit is contained in:
Ivan Bushchik 2022-07-04 17:33:43 +03:00
parent b53d1fb20f
commit 851ca70861
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7
2 changed files with 10 additions and 2 deletions

View file

@ -2,9 +2,16 @@
## Default dotfiles installation
- zshrc (oh-my-zsh + autosuggestion + syntax highlighting) ([oh-my-zsh](https://ohmyz.sh) + [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/) + [zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting))
- zshrc ([oh-my-zsh](https://ohmyz.sh) + [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/) + [zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting))
- [ivabus-zsh-theme](https://github.com/ivabus/ivabus-zsh-theme)
- nvim config
- neovim config
During the installation you can configure git by embedded configurator:
- user.name
- user.email
- core.editor
- code signing
```sh
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"

View file

@ -35,6 +35,7 @@ echo "${GREEN}user.name: ${DEFAULTC}$GITNAME"
echo "${GREEN}user.email: ${DEFAULTC}$GITEMAIL"
echo "${GREEN}core.editor: ${DEFAULTC}$GITEDITOR"
echo "${GREEN}pull.rebase: ${DEFAULTC}false (merge)"
if [[ $answer = [Yy] ]]
then
echo "${GREEN}commit.codesign: ${DEFAULTC}true"