nanohest / dotfiles

Kepping track with Chezmoi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workstation setup checklist:

  • Generate SSH keypair, and add it to Github and Gitlab:
ssh-keygen -t ed25519 -C "kristian@efio.dk"
  • Install Chezmoi, and apply dotfiles:
sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply nanohest
  • Setup synchronization in Brave.

  • Import GPG keys:

gpg --import /path/to/my.public.and.private.key

And I am good to go...

About

Kepping track with Chezmoi


Languages

Language:Shell 100.0%