ths is edging toward v1.0. targeting by midnight sunday.

This commit is contained in:
2024-11-28 15:08:22 -06:00
parent cb6408fb8b
commit aaa839b44a
8 changed files with 0 additions and 1986 deletions

22
pre-chezmoi/dot_gitconfig Normal file
View File

@@ -0,0 +1,22 @@
[user]
email = reachableceo@turnsys.com
name = Charles N Wyble
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential "https://reachableceo.com"]
provider = generic
[credential "https://handbook.turnsys.com"]
provider = generic
[credential "https://shopbook.startinglineproductions.com"]
provider = generic
[alias]
lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"
[http]
sslVerify = false
[oh-my-zsh]
hide-status = 1

42
pre-chezmoi/dot_vimrc Normal file
View File

@@ -0,0 +1,42 @@
"General creature comforts I just can't live without.
syntax on
set ai
set tabstop=4
set number
set paste
set hidden
set history=10000
set showmatch
set incsearch
set foldenable
set nowrap
"set spell spelllang=en_us
set laststatus=2
"Color stuff, cause when you hax for hours, it's nice to have good colors
set background=dark
"colorscheme lucid
"Infect me.... useful plugins. yay pathogen
"iexecute pathogen#infect()
filetype plugin indent on
"Other plugins
"Need to figure out a better way to do this, hence why it's commented
"Safety first
"set backup " Backups are nice ...
" if has('persistent_undo')
" set undofile " So is persistent undo ...
" set undolevels=1000 " Maximum number of changes that can be undone
" set undoreload=10000 " Maximum number lines to save for undo on a buffer reload
"Always show statusline
set laststatus=2
"Use 256 colours (Use this setting only if your terminal supports 256 colours)
set t_Co=256