diff --git a/tasks.yaml b/tasks.yaml index 654208c..1fb0065 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -36,6 +36,14 @@ cmd: ~/.config/zsh/fzf/install --bin creates: ~/.config/zsh/fzf/bin/fzf +- name: zsh create directories + file: + state: directory + dest: '{{item}}' + with_items: + - ~/.local/bin + - ~/.local/share/zsh/site-functions + - name: zsh create symbolic links file: state: link