Compare commits
	
		
			3 Commits
		
	
	
		
			e947463310
			...
			150d13dc92
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 150d13dc92 | ||
|  | b3a100ca6f | ||
|  | 25be201977 | 
| @ -31,7 +31,6 @@ cask 'docker' | |||||||
| cask 'dropbox' | cask 'dropbox' | ||||||
| cask 'firefox' | cask 'firefox' | ||||||
| cask 'google-chrome' | cask 'google-chrome' | ||||||
| cask 'hammerspoon' |  | ||||||
| cask 'iina' | cask 'iina' | ||||||
| cask 'iterm2' | cask 'iterm2' | ||||||
| cask 'oversight' | cask 'oversight' | ||||||
|  | |||||||
| @ -1,29 +1,59 @@ | |||||||
| [hub] |  | ||||||
|   protocol = https |  | ||||||
| [user] |  | ||||||
| 	name  = Anton Zadvorny |  | ||||||
| 	email = thcheetah@gmail.com |  | ||||||
| [credential] |  | ||||||
|   helper = osxkeychain |  | ||||||
| [color] |  | ||||||
|   diff = auto |  | ||||||
|   status = auto |  | ||||||
|   branch = auto |  | ||||||
|   ui = true |  | ||||||
| [core] |  | ||||||
|   excludesfile = ~/.gitignore |  | ||||||
|   editor = vim |  | ||||||
| 	quotepath = false |  | ||||||
| [apply] | [apply] | ||||||
|   whitespace = nowarn |   whitespace = fix | ||||||
| [mergetool] | 
 | ||||||
|   keepBackup = false | [core] | ||||||
| [difftool] |   editor = vim | ||||||
|   prompt = false | 
 | ||||||
| [help] |   excludesfile = ~/.gitignore | ||||||
|   autocorrect = 1 |   attributesfile = ~/.gitattributes | ||||||
|  | 
 | ||||||
|  |   whitespace = space-before-tab,-indent-with-non-tab,trailing-space | ||||||
|  | 
 | ||||||
|  |   trustctime = false | ||||||
|  |   precomposeunicode = false | ||||||
|  |   untrackedCache = true | ||||||
|  | 
 | ||||||
|  | [color] | ||||||
|  |   ui = auto | ||||||
|  | 
 | ||||||
|  | [color "branch"] | ||||||
|  |   current = yellow reverse | ||||||
|  |   local = yellow | ||||||
|  |   remote = green | ||||||
|  | 
 | ||||||
|  | [color "diff"] | ||||||
|  |   meta = yellow bold | ||||||
|  |   frag = magenta bold # line info | ||||||
|  |   old = red # deletions | ||||||
|  |   new = green # additions | ||||||
|  | 
 | ||||||
|  | [color "status"] | ||||||
|  |   added = yellow | ||||||
|  |   changed = green | ||||||
|  |   untracked = cyan | ||||||
|  | 
 | ||||||
|  | [diff] | ||||||
|  |   renames = copies | ||||||
|  | 
 | ||||||
|  | [diff "bin"] | ||||||
|  |   textconv = hexdump -v -C | ||||||
|  | 
 | ||||||
| [filter "lfs"] | [filter "lfs"] | ||||||
|   process = git-lfs filter-process |   process = git-lfs filter-process | ||||||
|   required = true |   required = true | ||||||
|   clean = git-lfs clean -- %f |   clean = git-lfs clean -- %f | ||||||
|   smudge = git-lfs smudge -- %f |   smudge = git-lfs smudge -- %f | ||||||
|  | 
 | ||||||
|  | [help] | ||||||
|  |   autocorrect = 1 | ||||||
|  | 
 | ||||||
|  | [merge] | ||||||
|  |   log = true | ||||||
|  | 
 | ||||||
|  | [push] | ||||||
|  |   default = simple | ||||||
|  |   followTags = true | ||||||
|  | 
 | ||||||
|  | [user] | ||||||
|  |   name  = Anton Zadvorny | ||||||
|  |   email = thcheetah@gmail.com | ||||||
|  | |||||||
| @ -5,3 +5,5 @@ export ASDF_DATA_DIR=~/.asdf-data | |||||||
| export FZF_DEFAULT_OPTS="--height=50% --min-height=15 --reverse" | export FZF_DEFAULT_OPTS="--height=50% --min-height=15 --reverse" | ||||||
| export FZF_DEFAULT_COMMAND='rg --files --no-ignore-vcs --hidden' | export FZF_DEFAULT_COMMAND='rg --files --no-ignore-vcs --hidden' | ||||||
| export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" | export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" | ||||||
|  | 
 | ||||||
|  | export GOPRIVATE="go.pkg.cx" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user