diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..ba0fc89 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,7 @@ +[user] + email = lee.cattarin@gmail.com + name = Lee Cattarin +[core] + editor = vim +[help] + autocorrect = 10 diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..2dc3520 --- /dev/null +++ b/.vimrc @@ -0,0 +1,3 @@ +set tabstop=4 +set shiftwidth=4 +set expandtab diff --git a/README.md b/README.md index ee8d04e..5bdd3e0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ - `.zshrc` goes in `$HOME` - `.flag-motd.sh` goes in `$HOME` - `agnoster.zsh-theme` goes in `.oh-my-zsh/custom/themes/` +- `.vimrc` goes in `$HOME` +- `.gitconfig` goes in `$HOME` - Terminal color scheme is in Atmos - [Gram](https://gram-editor.com/docs/linux/) - [timetrace](https://github.com/lee0c/timetrace) and [timetrace records](https://heckin.technology/inherentlee/timetrace)