Install ansible with pip
Run
ansible-playbook -kK -i inventory --ask-vault-pass playbook.ymlansible-playbook --connection=ssh -i <IP_ADDRESS> -kK --ask-vault-pass playbook.ymlSelect the tags according to playbook and use -t "tag1,tag2"
To list tags:
ansible-playbook --list-tags playbook.yml
ssh-add -lssh-add -t *h <key_path>ssh-add -Lssh-keygen -o -a 200 -t ed25519 -f ~/.ssh/id_ed25519 -C "fernandamartins@worklaptop"- Go to Keyboard and set CAPS to CTRL
- On trackpad enable all options
- Configure Touch ID
- Configure Touch ID for iTerm2 by Prefs -> Advanced -> Allow sessions to survive logging out and back in
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false # For VS Code defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false # For VS Codium