Skip to content

Commit

Permalink
Add age key file for sops
Browse files Browse the repository at this point in the history
  • Loading branch information
craighurley committed Dec 6, 2023
1 parent c3f2860 commit eeed53a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions preferences/sops.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

###############################################################################
# sops
###############################################################################

[[ ! -d "$HOME/Library/Application Support/sops/age" ]] && mkdir -p "$HOME/Library/Application Support/sops/age"

touch "$HOME/Library/Application Support/sops/age/keys.txt"
chmod 640 "$HOME/Library/Application Support/sops/age/keys.txt"

0 comments on commit eeed53a

Please sign in to comment.