mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#!/usr/bin/env bash
|
|
mkdir -p ~/.config/sops/age
|
|
ssh-to-age -private-key -i ~/.ssh/id_ed25519 >> ~/.config/sops/age/keys.txt
|