Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.
|
- ---
-
- - name: tmux config
- template:
- src: tmux/tmux.conf.j2
- dest: ~/.tmux.conf
- mode: 0755
-
- - name: systemd user config directory
- file:
- path: ~/.config/systemd/user
- state: directory
-
- - name: tmux systemd user service unit
- template:
- src: tmux/tmux@.service.j2
- dest: ~/.config/systemd/user/tmux@.service
- notify: systemd daemon-reload
-
- - name: tmux systemd user service unit
- template:
- src: tmux/tmux@.service.j2
- dest: ~/.config/systemd/user/tmux@.service
- notify: systemd daemon-reload
|