- Linux playbooks and conditionals are not tested yet
Support AMD64 docker images instead of ARM
Colima support to AMD64 images only if started with : colima start --arch aarch64 --vm-type=vz --vz-rosetta --runtime docker
Minikube will not run because doesn't support M1 so force to use colima or docker desktop with --driver docker
Install ansible and
ansible-galaxy install -r requirements.yml
ansible-playbook -kK --ask-vault-pass playbook.yml
ansible-playbook --connection=ssh -i <IP_ADDRESS> -kK --ask-vault-pass playbook.yml
Select the tags according to playbook and use -t "tag1,tag2"
To list tags:
ansible-playbook --list-tags playbook.yml
ssh-add -l
ssh-add -t *h <key_path>
ssh-add -L
ssh-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
- Uninstall existing
- xcode-select --install
- cd $HOME && mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
- echo 'export PATH="$HOME/homebrew/bin:$PATH"' >> .zprofile
- Reopen terminal
The configure_cygwin script configures cygwin
On cygwin setup you need to install WGET
TODO: Put them in Chocolatey automation
- VirtualBox
- VirtualBox Extension Pack
- Vagrant
- Notepadd++
- SupperPutty
- WinSCP
- GitHub or GitSCM