mondyjosh / dotfiles

Dotfiles for mondyjosh, powered by Chezmoi!
MIT License
1 stars 0 forks source link
dotfiles

mondyjosh's dotfiles

Dotfiles for mondyjosh, powered by Chezmoi!

Install Dotfiles on a New Machine

Following chezmoi's documentation documentation, this fantastic one-liner sets everything up:

$ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply mondyjosh

When you run chezmoi init on a new machine you will be prompted to enter your passphrase once to decrypt key.txt.age. Your decrypted private key will be stored in ~/.config/chezmoi/key.txt.

Install Dotfiles as Part of Ansible Playbook

See my personal Ansible playbook repository to see how this can be installed as part of a workstation setup.