Open DjCoke opened 1 year ago
Was just looking at this same piece of code. I believe the when statements are reversed.
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
Hi, when new version is coming?
I predict the video/Github release will be within the next quarter, depending on how long current projects take to finish.
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?