Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1 KB

README.md

File metadata and controls

38 lines (24 loc) · 1 KB

github.com/leonhfr/dotfiles

your dotfiles are how you personalize your system, these are mine

managed with chezmoi

install:

  1. install 1password cli and move op to /usr/local/bin or somewhere in the PATH

  2. 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:

after