選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

eralitex.yaml 872B

123456789101112131415161718192021222324252627282930
  1. ---
  2. - import_role:
  3. name: eralitex
  4. - name: other workspace focus script
  5. template:
  6. src: other-workspace-focus.fish.j2
  7. dest: ~/.eralitex/workspace-cmd/other-focus
  8. mode: 0755
  9. - name: remote workspace focus scripts
  10. template:
  11. src: remote-workspace-focus.fish.j2
  12. dest: ~/.eralitex/workspace-cmd/{{workspace}}.focus
  13. mode: 0755
  14. with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='vdesk'].key\") }}"
  15. loop_control:
  16. loop_var: workspace
  17. when: home_remote_workspace_config
  18. - name: remote workspace space shortcut scripts
  19. template:
  20. src: remote-workspace-space.fish.j2
  21. dest: ~/.eralitex/workspace-cmd/{{workspace}}.space
  22. mode: 0755
  23. with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='vdesk'||value.type=='tmux'].key\") }}"
  24. loop_control:
  25. loop_var: workspace
  26. when: home_remote_workspace_config