mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(snippets): start collections
This commit is contained in:
4
snippets/jq.fish
Normal file
4
snippets/jq.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
# Update values of keys
|
||||
jq '.dependencies."@pulumi/aws" |= "6.57.0"' 'package.json' | sponge 'package.json'
|
||||
7
snippets/yubikey.fish
Normal file
7
snippets/yubikey.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
###
|
||||
# just dump, still needs tests
|
||||
###
|
||||
|
||||
ssh-keygen -t 'ed25519-sk' -O 'resident' -O 'verify-required' -C "Yubikey 5C NFC"
|
||||
Reference in New Issue
Block a user