DevOpsMaestro / dotfiles

my chezmoi dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOpsMaestro/dotfiles

Dapper Dan's dotfiles

Managed with: chezmoi


following this guide

how-to install the client

Macbook client

brew install chezmoi

Arch Linux client

pacman -S chezmoi

Rough Notes

From your Second system, example:

chezmoi init https://github.com/DevOpsMaestro/dotfiles.git

You can install your dotfiles on new machine with a single command:

$ chezmoi init --apply https://github.com/DevOpsMaestro/dotfiles.git

If you use GitHub and your dotfiles repo is called dotfiles then this can be shortened to:

$ chezmoi init --apply DevOpsMaestro

After the initial install, you can simply run:

chezmoi status
chezmoi update -v

Dealing with variances in config files

One solution is to remove the file from the local configuration.

chezmoi forget ~/.ssh/config

About

my chezmoi dotfiles


Languages

Language:Shell 100.0%