Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 755 Bytes

File metadata and controls

53 lines (35 loc) · 755 Bytes

Enda's Dotfiles

Personal dotfiles managed with chezmoi.

Installation

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply git@github.com:craicoverflow/dotfiles.git

This installs chezmoi, clones the repo, and applies all dotfiles in one step.

Usage

Apply dotfiles

chezmoi apply

Preview changes before applying

chezmoi diff

Add a new dotfile

chezmoi add ~/.config/something/config

Edit dotfiles

chezmoi edit ~/.zshrc
# or open the source dir directly
chezmoi cd

Update from remote

chezmoi update

Install packages

Packages are managed via Brewfile. To install:

brew bundle --file="$(chezmoi source-path)/Brewfile"