bossjones / zsh-dotfiles

dotfile management using chezmoi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

chezmoi is used to bootstrap dotfiles.

  • One-line binary install
    sh -c "$(curl -fsLS chezmoi.io/get)" -- init -R --debug -v --apply https://github.com/bossjones/zsh-dotfiles.git

Re run

chezmoi init -R --debug -v --apply https://github.com/bossjones/zsh-dotfiles.git

Pull the latest changes from your repo

chezmoi git pull -- --autostash --rebase

Notes

Manual steps

About

dotfile management using chezmoi


Languages

Language:Shell 95.2%Language:Python 4.7%Language:Makefile 0.1%