mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
huge rework in order to take full advantage of ansible roles
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Install TMUX (terminal multiplexer)
|
||||
become: true
|
||||
pacman:
|
||||
name: tmux
|
||||
state: present
|
||||
- name: Setup TMUX
|
||||
copy:
|
||||
src: tmux/tmux.conf
|
||||
dest: /$HOME/.tmux.conf
|
||||
Reference in New Issue
Block a user