Skip to content

inkfin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

826 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

>
>   ____ _   _ _____ _______  __  ___ ___ 
>  / ___| | | | ____|__  /  \/  |/ _ \_ _|
> | |   | |_| |  _|   / /| |\/| | | | | | 
> | |___|  _  | |___ / /_| |  | | |_| | | 
>  \____|_| |_|_____/____|_|  |_|\___/___|
>

This is inkfin's messy dotfiles repository

Visit the user guide in chezmoi.io for documents.

Machine Specific Settings

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"

Pre-installation steps

Windows

Install Scoop in Windows

Write-host "Installing scoop ..." -f Green
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex

About

chezmoi dotfiles saving repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors