your dotfiles are how you personalize your system, these are mine
managed with chezmoi
install:
-
install 1password cli and move
op
to/usr/local/bin
or somewhere in the PATH -
in a terminal:
# sign in
op signin my.1password.com hello@leonhfr.fr
# set environment variable
eval $(op signin my)
# install chezmoi, pull this repo and apply the changes
sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply leonhfr
# in the future, pull and apply the latest changes
chezmoi update
locally, the dotfiles source directory lives in ~/.local/share/chezmoi
inspired by dotfiles from: