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.
|
- ---
-
- - 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
|