mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Add git description in README.md
This commit is contained in:
parent
b53d1fb20f
commit
851ca70861
11
README.md
11
README.md
|
@ -2,9 +2,16 @@
|
||||||
|
|
||||||
## Default dotfiles installation
|
## 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)
|
- [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
|
||||||
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"
|
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"
|
||||||
|
|
|
@ -35,6 +35,7 @@ echo "${GREEN}user.name: ${DEFAULTC}$GITNAME"
|
||||||
echo "${GREEN}user.email: ${DEFAULTC}$GITEMAIL"
|
echo "${GREEN}user.email: ${DEFAULTC}$GITEMAIL"
|
||||||
echo "${GREEN}core.editor: ${DEFAULTC}$GITEDITOR"
|
echo "${GREEN}core.editor: ${DEFAULTC}$GITEDITOR"
|
||||||
echo "${GREEN}pull.rebase: ${DEFAULTC}false (merge)"
|
echo "${GREEN}pull.rebase: ${DEFAULTC}false (merge)"
|
||||||
|
|
||||||
if [[ $answer = [Yy] ]]
|
if [[ $answer = [Yy] ]]
|
||||||
then
|
then
|
||||||
echo "${GREEN}commit.codesign: ${DEFAULTC}true"
|
echo "${GREEN}commit.codesign: ${DEFAULTC}true"
|
||||||
|
|
Loading…
Reference in a new issue