mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 07:27:03 +08:00
Dict Xiong
56e2b217eb
* install.sh: fix install dep * update.sh: alternative channel 'dev' * zshrc: dfs config * lint: remove endline \ * if trash, disable rm * update.sh: fallback to main if dev not exists * bug fix * to-install.sh; v2ray -> v2fly * gitconfig: quotepath=false * git log using iso date; dfs vversion
21 lines
463 B
Plaintext
21 lines
463 B
Plaintext
[user]
|
|
email = me@beardic.cn
|
|
name = Dict Xiong
|
|
[core]
|
|
editor = vim
|
|
# test this by `git update-index --test-untracked-cache`
|
|
# disable this by setting `GIT_DISABLE_UNTRACKED_CACHE`
|
|
untrackedCache = true
|
|
quotepath = false # chinese chars
|
|
[push]
|
|
autoSetupRemote = true
|
|
[branch]
|
|
# Show most recently changed branches first.
|
|
sort = -committerdate
|
|
[help]
|
|
autocorrect = 1
|
|
[init]
|
|
defaultBranch = main
|
|
[log]
|
|
date = iso
|