diff --git a/.chezmoiignore b/.chezmoiignore index 493dfff..6bbae8d 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,6 +1,7 @@ README.md {{ if ne .chezmoi.os "windows" }} +AppData Documents {{ end }} diff --git a/AppData/Local/1Password/config/ssh/agent.toml b/AppData/Local/1Password/config/ssh/agent.toml new file mode 100644 index 0000000..523e6f9 --- /dev/null +++ b/AppData/Local/1Password/config/ssh/agent.toml @@ -0,0 +1,32 @@ +# This is the 1Password SSH agent config file, which allows you to customize the +# behavior of the SSH agent running on this machine. +# +# You can use it to: +# * Enable keys from other vaults than the Private vault +# * Control the order in which keys are offered to SSH servers +# +# EXAMPLE +# +# By default, all keys in your Private vault(s) are enabled: +# +# [[ssh-keys]] +# vault = "Private" +# +# You can enable more keys by adding more `[[ssh-keys]]` entries. +# For example, to first enable item "My SSH Key" from "My Custom Vault": +# +# [[ssh-keys]] +# item = "My SSH Key" +# vault = "My Custom Vault" +# +# [[ssh-keys]] +# vault = "Private" +# +# You can test the result by running: +# +# ssh-add -l +# +# More examples can be found here: +# https://developer.1password.com/docs/ssh/agent/config +[[ssh-keys]] +vault = "Private"