diff --git a/README.md b/README.md index 749e6d3..eec611e 100644 --- a/README.md +++ b/README.md @@ -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)" diff --git a/tools/git.sh b/tools/git.sh index e98056e..be21ed8 100644 --- a/tools/git.sh +++ b/tools/git.sh @@ -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"