Files
Phil Skentelbery e8d0f33c57 initial commit
2025-09-17 23:40:52 -06:00

16 lines
343 B
YAML

---
- name: ZSH installation and configuration
import_tasks: zsh.yml
tags: zsh
- name: Install Meslo LG Nerd Font
import_tasks: install_meslo.yml
tags: meslo_font
- name: Install Starship prompt
import_tasks: install_starship.yml
tags: starship
- name: Setup dotfiles using GNU Stow
import_tasks: dotfiles.yml
tags: dotfiles