>
> ____ _ _ _____ _______ __ ___ ___
> / ___| | | | ____|__ / \/ |/ _ \_ _|
> | | | |_| | _| / /| |\/| | | | | |
> | |___| _ | |___ / /_| | | | |_| | |
> \____|_| |_|_____/____|_| |_|\___/___|
>
This is inkfin's messy dotfiles repository
Visit the user guide in chezmoi.io for documents.
Config current profiles in $HOME/.config/chezmoi/chezmoi.toml.
# personal
[data]
email = "inkfinite@qq.com"
name = "inkfin"
profile = "personal"
[git]
autoCommit = false
autoPush = false
[diff]
command = "nvim"
args = ["-d", "{{ .Destination }}", "{{ .Target }}"]
[merge]
command = "nvim"
args = ["-d", "{{ .Destination }}", "{{ .Source }}"]
# Windows
[cd]
command = "pwsh.EXE"
args = ["-NoLogo"]
# work
[data]
email = ""
name = "Ziyue Zhang"
profile = "work"Install Scoop in Windows
Write-host "Installing scoop ..." -f Green
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex