vim and git

This commit is contained in:
2026-09-24 18:05:36 -07:00
parent f39d7e32cd
commit 40221b5331
3 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[user]
email = lee.cattarin@gmail.com
name = Lee Cattarin
[core]
editor = vim
[help]
autocorrect = 10
+3
View File
@@ -0,0 +1,3 @@
set tabstop=4
set shiftwidth=4
set expandtab
+2
View File
@@ -5,6 +5,8 @@
- `.zshrc` goes in `$HOME` - `.zshrc` goes in `$HOME`
- `.flag-motd.sh` goes in `$HOME` - `.flag-motd.sh` goes in `$HOME`
- `agnoster.zsh-theme` goes in `.oh-my-zsh/custom/themes/` - `agnoster.zsh-theme` goes in `.oh-my-zsh/custom/themes/`
- `.vimrc` goes in `$HOME`
- `.gitconfig` goes in `$HOME`
- Terminal color scheme is in Atmos - Terminal color scheme is in Atmos
- [Gram](https://gram-editor.com/docs/linux/) - [Gram](https://gram-editor.com/docs/linux/)
- [timetrace](https://github.com/lee0c/timetrace) and [timetrace records](https://heckin.technology/inherentlee/timetrace) - [timetrace](https://github.com/lee0c/timetrace) and [timetrace records](https://heckin.technology/inherentlee/timetrace)