Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
|
- ---
-
- - 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
|