Skip to content

Commit

Permalink
chore: sort vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Dec 15, 2024
1 parent fa89255 commit 3e18cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/stow-configs/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ directory_mapping:
target: "~/.vim"
- source: "{{playbook_dir}}/wezterm"
target: "~"
- source: "{{playbook_dir}}/zsh"
target: "~"
- source: "{{playbook_dir}}/zed"
target: "{{ xdg_config_dir }}/zed"
- source: "{{playbook_dir}}/zsh"
target: "~"

0 comments on commit 3e18cd2

Please sign in to comment.