Skip to content

disusered/dotfiles-micro

Repository files navigation

dotfiles

New and improved

  1. Install dependencies and configs
# Clone repository to home directory
git clone git@github.com:disusered/dotfiles-micro.git ~/.dotfiles

# Run bootstrap script
~/.dotfiles/scripts/bootstrap.sh
  1. Add public SSH key to GitHub1
cat ~/.ssh/id_ed25519.pub
  1. Configure Keybase and save the key in GitHub2
# List keys
gpg --list-secret-keys --keyid-format LONG

# Export key
gpg --armor --export <My_PGP_Key>
  1. Add GPG key to ~/.gitconfig3
# List keys
gpg --list-secret-keys --keyid-format LONG

# First entry after sec, can be confirmed in the Keybase app
  1. Activate GitHub Copilot in Neovim with :Copilot

TODO

  • Darwin everything

Sources

Footnotes

  1. https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

  2. https://www.garrickadenbuie.com/blog/signed-verified-git-commits-keybase-rstudio/

  3. https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published