mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 14:54:38 -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
|