Skip to content

Manage dotfiles and any other configuration files using Chezmoi.

Notifications You must be signed in to change notification settings

poponta1218/dotfiles

Repository files navigation

dotfiles

My dotfiles managed by chezmoi.

1. Pre-requisites

2. Apply dotfiles to a new system

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ${HOME}/.local/bin init --apply poponta1218 && \
rm -rf ${HOME}/.local/bin/chezmoi

Prompt asks you to enter your git username, email, and PGP signing key.
When you don't type these, these are set to be empty.

3. Update dotfiles

chezmoi update

About

Manage dotfiles and any other configuration files using Chezmoi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published