aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-16 16:43:44 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-16 16:43:44 -0800
commitc52d0011659f02de807518a3aeecfda9d00458db (patch)
tree8695885865fa9a04ecdb8441a0a3771292231ea0 /justfile
parentadd myself to the podman group (diff)
downloadinfra-c52d0011659f02de807518a3aeecfda9d00458db.tar.gz
use fish in justfile
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 96ddc1e..772244b 100644
--- a/justfile
+++ b/justfile
@@ -25,7 +25,7 @@ fmt:
[doc('edit a secret')]
[macos]
secrets +args:
- #!/etc/profiles/per-user/fcuny/bin/fish
+ #!/usr/bin/env fish
cd secrets && agenix -e {{args}}.age -i (op read "op://Personal/nixos/private key?ssh-format=openssh"|psub)
[group('machines')]
@@ -81,7 +81,7 @@ vm-bootstrap:
[group('vm')]
vm-copy:
- #!/usr/bin/env bash
+ #!/usr/bin/env fish
rsync -av -e 'ssh {{SSH_OPTIONS}}' \
--exclude='.git/' \
--exclude='result' \