Skip to content

Commit

Permalink
feat(task): add topic config
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Jul 6, 2021
1 parent 15309f8 commit 97809e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ topics:
- name: work
state: present
config: "{{ work_config }}"
- name: task
state: present
config: "{{ task_config }}"
editor:
- name: vim
state: disabled
Expand Down
8 changes: 8 additions & 0 deletions base/task/topic.config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
task_config:
path: base/task
brew_formulas:
- task
pacman_packages:
- task
- taskwarrior-tui
3 changes: 3 additions & 0 deletions macos.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ topics:
- name: work
state: present
config: "{{ work_config }}"
- name: task
state: present
config: "{{ task_config }}"
editor:
- name: vim
state: disabled
Expand Down

0 comments on commit 97809e3

Please sign in to comment.