Compare commits
No commits in common. "150d13dc92ea2d4a9b1df96503d58fd1dab82252" and "e947463310a365db2f5ef483e37abe46e7b6d8dd" have entirely different histories.
150d13dc92
...
e947463310
@ -31,6 +31,7 @@ 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,59 +1,29 @@
|
|||||||
[apply]
|
[hub]
|
||||||
whitespace = fix
|
protocol = https
|
||||||
|
[user]
|
||||||
[core]
|
name = Anton Zadvorny
|
||||||
editor = vim
|
email = thcheetah@gmail.com
|
||||||
|
[credential]
|
||||||
excludesfile = ~/.gitignore
|
helper = osxkeychain
|
||||||
attributesfile = ~/.gitattributes
|
|
||||||
|
|
||||||
whitespace = space-before-tab,-indent-with-non-tab,trailing-space
|
|
||||||
|
|
||||||
trustctime = false
|
|
||||||
precomposeunicode = false
|
|
||||||
untrackedCache = true
|
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
diff = auto
|
||||||
|
status = auto
|
||||||
[color "branch"]
|
branch = auto
|
||||||
current = yellow reverse
|
ui = true
|
||||||
local = yellow
|
[core]
|
||||||
remote = green
|
excludesfile = ~/.gitignore
|
||||||
|
editor = vim
|
||||||
[color "diff"]
|
quotepath = false
|
||||||
meta = yellow bold
|
[apply]
|
||||||
frag = magenta bold # line info
|
whitespace = nowarn
|
||||||
old = red # deletions
|
[mergetool]
|
||||||
new = green # additions
|
keepBackup = false
|
||||||
|
[difftool]
|
||||||
[color "status"]
|
prompt = false
|
||||||
added = yellow
|
|
||||||
changed = green
|
|
||||||
untracked = cyan
|
|
||||||
|
|
||||||
[diff]
|
|
||||||
renames = copies
|
|
||||||
|
|
||||||
[diff "bin"]
|
|
||||||
textconv = hexdump -v -C
|
|
||||||
|
|
||||||
[filter "lfs"]
|
|
||||||
process = git-lfs filter-process
|
|
||||||
required = true
|
|
||||||
clean = git-lfs clean -- %f
|
|
||||||
smudge = git-lfs smudge -- %f
|
|
||||||
|
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
|
[filter "lfs"]
|
||||||
[merge]
|
process = git-lfs filter-process
|
||||||
log = true
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
[push]
|
smudge = git-lfs smudge -- %f
|
||||||
default = simple
|
|
||||||
followTags = true
|
|
||||||
|
|
||||||
[user]
|
|
||||||
name = Anton Zadvorny
|
|
||||||
email = thcheetah@gmail.com
|
|
||||||
|
@ -5,5 +5,3 @@ 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