選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
|
- ---
-
- - import_role:
- name: eralitex
-
- - name: other workspace focus script
- template:
- src: other-workspace-focus.fish.j2
- dest: ~/.eralitex/workspace-cmd/other-focus
- mode: 0755
-
- - name: remote workspace focus scripts
- template:
- src: remote-workspace-focus.fish.j2
- dest: ~/.eralitex/workspace-cmd/{{workspace}}.focus
- mode: 0755
- with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='vdesk'].key\") }}"
- loop_control:
- loop_var: workspace
- when: home_remote_workspace_config
-
- - name: remote workspace space shortcut scripts
- template:
- src: remote-workspace-space.fish.j2
- dest: ~/.eralitex/workspace-cmd/{{workspace}}.space
- mode: 0755
- with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='vdesk'||value.type=='tmux'].key\") }}"
- loop_control:
- loop_var: workspace
- when: home_remote_workspace_config
|