Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 918 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 918 Bytes

dotfiles

CI

Install

darwin

# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install chezmoi
chezmoi init --apply h3y6e

linux

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/h3y6e/dotfiles/main/install.sh)" -- --remote

windows

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
winget install twpayne.chezmoi
chezmoi init --apply h3y6e

Update

cz update

Edit

czc # open the source path in vscode
cz apply

Clear the state of chezmoiscipts

# `run_once_` scripts
cz state delete-bucket --bucket=scriptState
# `run_onchange_` scripts
cz state delete-bucket --bucket=entryState