Skip to content

cgardner/dotfiles

Repository files navigation

Install

bash -s < <(curl -fsSL https://raw.githubusercontent.com/cgardner/dotfiles/master/install.sh)

Import GPG Keys

gpg --import /path/to/key.asc

Setting up working directories

Post Clone

Signing Commits

  1. Get the list of keys

    gpg --list-keys
  2. Tell git which key to use to sign commits

    git config --global user.signingkey ABC123
  3. Tell git to automatically sign commits

    git config commit.gpgsign true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors