skip to content
Nino Martinez Wael

DRAFT Tools for development

Minimal installation

These are the bare minimum tools need to install for a developer to operate in my setup (windows)

Remote dev part

Hypervisor

PIV card operations

Password manangement

Configurations

This is Git’s per-user configuration file. (.gitconfig)

[user]
name = Nino Martinez Wael
email = ***@***.***
signingkey = ***16 char***
[gpg]
program = C:\\Users\\******\\AppData\\Local\\Programs\\GnuPG\\bin\\gpg.exe
[commit]
gpgSign = true
[credential]
helper = C:/Users/******/AppData/Local/Programs/Git/mingw64/bin/git-credential-manager.exe
[core]
sshCommand = C:/Windows/System32/OpenSSH/ssh.exe
protectNTFS = false
[gpg "ssh"]
allowedSignersFile = C:\\Users\\******\\AppData\\Roaming\\gnupg\\sshcontrol

C:/Users/____/AppData/Roaming/gnupg/gpg-agent.conf

debug-level 4
log-file C:\Users\m24669\Desktop\gpg-agent.log
enable-ssh-support
enable-putty-support
enable-win32-openssh-support
use-standard-socket