mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
4 lines
124 B
Bash
4 lines
124 B
Bash
|
#!/usr/bin/env bash
|
||
|
mkdir -p ~/.config/sops/age
|
||
|
ssh-to-age -private-key -i ~/.ssh/id_ed25519 >> ~/.config/sops/age/keys.txt
|