mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 19:12:13 +02:00
11 lines
188 B
YAML
11 lines
188 B
YAML
---
|
|
- name: Install TMUX (terminal multiplexer)
|
|
become: true
|
|
pacman:
|
|
name: tmux
|
|
state: present
|
|
- name: Setup TMUX
|
|
copy:
|
|
src: tmux/tmux.conf
|
|
dest: "/$HOME/.tmux.conf"
|