Skip to content

isFakeAccount/dotfiles

Repository files navigation

github.com/isFakeAccount/dotfiles

Yoshikage Kira 's dotfiles, managed with chezmoi.

Dependencies

  • chezmoi
  • git
  • justfile
  • nvim
  • python3-pip
  • python3-venv

Installation

  1. Install all dependencies.

  2. Run the following command to set up chezmoi:

    chezmoi init isFakeAccount/dotfiles

Chezmoi Quick Commands

Set up chezmoi from existing dotfiles of a Git repository:

chezmoi init repository_url

Start tracking one or more dotfiles

chezmoi add path/to/dotfile1 path/to/dotfile2 ...

Update repository with local changes

chezmoi re-add path/to/dotfile1 path/to/dotfile2 ...

Edit the source state of a tracked dotfile

chezmoi edit path/to/dotfile_or_symlink

See pending changes

chezmoi diff

Apply the changes

chezmoi --verbose apply

Apply the changes only for specified types like file changes, symlinks, and templates. So basically no scripts are run.

chezmoi --verbose -i dirs,files,remove,symlinks,templates apply

Pull changes from a remote repository and apply them

chezmoi update

Clear the state of run_once_ scripts

chezmoi state delete-bucket --bucket=scriptState

About

[Mirror] My dotfiles managed using chezmoi

Resources

Stars

Watchers

Forks

Contributors