Skip to content

fredericrous/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

personal environment files

Requirements

import your gpg keys

Usage

Clone the repo with this chezmoi command line:

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply fredericrous
#OR: chezmoi init https://github.com/fredericrous/dotfiles.git

Apply dotfiles on the machine with

chezmoi apply -v

During the execution of chezmoi apply, you'll get prompted for passwords. Without the passwords you should just remove the files that are prefixed by encrypted_ and private_. Otherwise, have a look at section Data Protection.

Updating dotfiles

To see the differences and resolve the conflict, use the commands:

chezmoi diff
chezmoi merge <file-from-diff>

When the files from the local changed and you just want to override the repository, run:

chezmoi add <file>

It is the same command that is used to add new dotfiles to the repo.

When the files from the repository changed, run

chezmoi apply

apply will add the files that aren't present in the home folder. It will asks for every file that has a diff if it should override it. The command chezmoi merge <file> helps resolving conflicts before running apply again.

Data Protection

Files Located in a Pass Vault

Login to bitwarden. This is used for:

  • private_dot_ssh/private_id_rsa
brew install bitwarden-cli
bw config server <url>
bw login
export BW_SESSION="<session id>"

Encrypted Files

To decrypt, import the key with

gpg --import key

Similar repos

About

Configuration files for Windows, Mac and Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published