---
title: Automating your Dotfiles with Ansible - A Showcase
kind: note
description: 'Link Video Notes About the accompanying repo The repo has evolved after the video was made: Now using 1Password CLI as a vault instead of Ansible Vault, for increased flexibility and security. Now…'
words: 83
readingMinutes: 1
created: '2024-11-03T00:00:00.000Z'
updated: '2025-06-28T08:48:20+02:00'
website: https://www.youtube.com/watch?v=hPPIScBt4Gw
---
## Link

<https://www.youtube.com/watch?v=hPPIScBt4Gw>

## Video


<div class="youtube-embed"><iframe src="https://www.youtube-nocookie.com/embed/hPPIScBt4Gw" title="Automating your Dotfiles with Ansible: A Showcase - YouTube" loading="lazy" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>


## Notes
### About the accompanying repo
- The repo has evolved after the video was made:
	- Now using <span class="dead-link">1Password</span> [CLI](/notes/cli) as a vault instead of [Ansible](/notes/ansible) Vault, for increased flexibility and security.
	- Now partially supporting [macOS](/notes/macos) and [Arch Linux](/notes/arch-linux) in addition to [Ubuntu](/notes/ubuntu).
- `ansible-lint` can be run on push as a [GitHub](/notes/github) Action.
- Since some [YAML](/notes/yaml) parsers require it, adding `---` at the top of [YAML](/notes/yaml) files is a good idea.
- <span class="dead-link">Starship</span> is a customizable prompt for any shell.
## Resources
- [Actual dotfiles of this streamer](https://github.com/techdufus/dotfiles)
