initial commit

This commit is contained in:
Phil Skentelbery
2025-09-17 23:40:52 -06:00
commit e8d0f33c57
8 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
- 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