From 40221b5331cf4660ec3281f7179e6f13fd86254d Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 24 Sep 2026 18:05:36 -0700 Subject: [PATCH] vim and git --- .gitconfig | 7 +++++++ .vimrc | 3 +++ README.md | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 .gitconfig create mode 100644 .vimrc 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)