mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
Adding my desktop configuration
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
- name: Setup my personal Desktop
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: Include Elements
|
||||
ansible.builtin.include_tasks: "{{ item }}"
|
||||
loop:
|
||||
- tasks/base_packages.yml
|
||||
- tasks/todoist.yml
|
||||
- tasks/nocfree.yml
|
||||
- tasks/discord.yml
|
||||
|
||||
|
||||
|
||||
# Todo - Setup Brave and install
|
||||
# Todo - Prep for Resolve
|
||||
#
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user