16 lines
343 B
YAML
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 |