initial commit
This commit is contained in:
16
roles/shell/tasks/main.yml
Normal file
16
roles/shell/tasks/main.yml
Normal 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
|
Reference in New Issue
Block a user