You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: users | jay | copy tmux config (server version)
tags: dotfiles,users,jay,tmux,users,vim,zsh
copy:
src: users/jay/tmux/tmux.conf.server
dest: /home/jay/.tmux.conf
owner: jay
group: jay
mode: 0600
when: "'server' not in group_names"
name: users | jay | copy tmux config (workstation version)
tags: dotfiles,users,jay,tmux,users,vim,zsh
copy:
src: users/jay/tmux/tmux.conf.workstation
dest: /home/jay/.tmux.conf
owner: jay
group: jay
mode: 0600
when: "'server' in group_names"
I cannot get this to understand. I read it that when server is not in group_name execute the tmux.conf.server and while when server is in group_name execute the jay workstation tmux conf.
Is this intended or do I miss something crucial?
The text was updated successfully, but these errors were encountered:
You appear to be correct. Soon this will be replaced with an all-new version, I don't know the exact ETA though. Might be worth a look when the new version is uploaded
name: users | jay | copy tmux config (server version)
tags: dotfiles,users,jay,tmux,users,vim,zsh
copy:
src: users/jay/tmux/tmux.conf.server
dest: /home/jay/.tmux.conf
owner: jay
group: jay
mode: 0600
when: "'server' not in group_names"
name: users | jay | copy tmux config (workstation version)
tags: dotfiles,users,jay,tmux,users,vim,zsh
copy:
src: users/jay/tmux/tmux.conf.workstation
dest: /home/jay/.tmux.conf
owner: jay
group: jay
mode: 0600
when: "'server' in group_names"
I cannot get this to understand. I read it that when server is not in group_name execute the tmux.conf.server and while when server is in group_name execute the jay workstation tmux conf.
Is this intended or do I miss something crucial?
The text was updated successfully, but these errors were encountered: