✨ Added lock and unlock to justfile
This commit is contained in:
parent
7ab89cda7c
commit
adb963a48d
6
justfile
6
justfile
@ -22,3 +22,9 @@ update:
|
|||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
just switch
|
just switch
|
||||||
|
|
||||||
|
lock:
|
||||||
|
git-crypt lock
|
||||||
|
|
||||||
|
unlock:
|
||||||
|
git-crypt unlock ~/.config/git/crypt-key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user