[windows] stop
chmod 755 bin/bw
chmod 755 bin/git
chmod 755 bin/gopass
chmod 755 bin/gpg
chmod 755 bin/keepassxc
chmod 755 bin/lpass
chmod 755 bin/op
chmod 755 bin/pass
chmod 755 bin/secret
chmod 755 bin/vault
chmod 755 bin/vimdiff

mkhomedir
mksourcedir

chezmoi doctor
stdout 'ok\s+version\s+'
stdout 'ok\s+os-arch\s+'
stdout 'ok\s+config-file\s+'
stdout 'ok\s+source-dir\s+'
stdout 'ok\s+suspicious-entries\s+'
stdout 'ok\s+dest-dir\s+'
stdout 'ok\s+shell\s+'
stdout 'ok\s+editor\s+'
stdout 'ok\s+git-cli\s+'
stdout 'ok\s+merge-cli\s+'
stdout 'ok\s+gnupg-cli\s+'
stdout 'ok\s+1password-cli\s+'
stdout 'ok\s+bitwarden-cli\s+'
stdout 'ok\s+gopass-cli\s+'
stdout 'ok\s+keepassxc-cli\s+'
stdout 'warning\s+keepassxc-db\s+'
stdout 'ok\s+lastpass-cli\s+'
stdout 'ok\s+pass-cli\s+'
stdout 'ok\s+vault-cli\s+'
stdout 'ok\s+secret-cli\s+'

-- bin/bw --
#!/bin/sh

echo "1.12.1"
-- bin/git --
#!/bin/sh

echo "git version 2.29.2"
-- bin/gopass --
#!/bin/sh

echo "gopass 1.10.1 go1.15 linux amd64"
-- bin/gpg --
#!/bin/sh

echo "gpg (GnuPG) 2.2.23"
echo "libgcrypt 1.8.7"
echo "Copyright (C) 2020 Free Software Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
echo "This is free software: you are free to change and redistribute it."
echo "There is NO WARRANTY, to the extent permitted by law."
echo ""
echo "Home: /home/user/.gnupg"
echo "Supported algorithms:"
echo "Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA"
echo "Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,"
echo "        CAMELLIA128, CAMELLIA192, CAMELLIA256"
echo "Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224"
echo "Compression: Uncompressed, ZIP, ZLIB, BZIP2"
-- bin/keepassxc --
#!/bin/sh

echo "2.5.4"
-- bin/lpass --
#!/bin/sh

echo "LastPass CLI v1.3.3.GIT"
-- bin/op --
#!/bin/sh

echo "1.3.0"
-- bin/pass --
#!/bin/sh

echo "============================================"
echo "= pass: the standard unix password manager ="
echo "=                                          ="
echo "=                  v1.7.3                  ="
echo "=                                          ="
echo "=             Jason A. Donenfeld           ="
echo "=               Jason@zx2c4.com            ="
echo "=                                          ="
echo "=      http://www.passwordstore.org/       ="
echo "============================================"
-- bin/secret --
#!/bin/sh
-- bin/vault --
#!/bin/sh

echo "Vault v1.5.5 ('f5d1ddb3750e7c28e25036e1ef26a4c02379fc01+CHANGES')"
-- bin/vimdiff --
#!/bin/sh
-- home/user/.config/chezmoi/chezmoi.toml --
[secret]
    command = "secret"
[keepassxc]
    command = "keepassxc"
