mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
11 lines
252 B
Bash
Executable File
11 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Export public keys
|
|
gpg --import ~/.dotfiles/private/gpg/public_keys.asc
|
|
|
|
# Export private keys
|
|
gpg --import ~/.dotfiles/private/gpg/private_keys.asc
|
|
|
|
# Export trust database
|
|
gpg --import-ownertrust ~/.dotfiles/private/gpg/ownertrust.txt
|