Skip to content

nicanordlc/symsecrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symsecrets

Main Fork 👈

Encrypt files with your GPG key and version control them.

Tip

Use this repo in combination with symfiles to setup the secrets on the system.

Bootstrap

Note

Once initialized place all your secrets under dots as plain text (this is not tracked).

This will initialize symsecrets on ~/projects/secrets.

Provide your GIT_USERNAME and GIT_REPO after forked. Don't forget to setup your gpg key and after that provide the GPG_ID variable to the script.

GPG_ID="" \
GIT_USERNAME="" \
GIT_REPO="" \
bash -c "$(curl -fsSL https://raw.githubusercontent.com/nicanordlc/symsecrets/refs/heads/main/src/install-remote.sh)"

Usage

make <command>

Initialization

  • init

Crypto

  • encrypt
  • decrypt
  • update

Git Management (dots)

  • show
  • diff
  • clean
  • status
  • checkout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published