From adb963a48d21dfef0d048cc849b09d17a939690e Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sat, 1 Mar 2025 15:11:42 +0100 Subject: [PATCH] :sparkles: Added lock and unlock to justfile --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/justfile b/justfile index 931e3dc..74f63c2 100644 --- a/justfile +++ b/justfile @@ -22,3 +22,9 @@ update: nix flake update just switch + +lock: + git-crypt lock + +unlock: + git-crypt unlock ~/.config/git/crypt-key