Tmux configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: urxvt Xdefault
|
||||
- name: Copy urxvt Xdefault
|
||||
template:
|
||||
src: files/Xdefaults
|
||||
dest: /home/{{ item.username }}/.Xdefaults
|
||||
@@ -22,3 +22,21 @@
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
|
||||
- name: Clone TPM (tmux plugin manager)
|
||||
git:
|
||||
repo: https://github.com/tmux-plugins/tpm
|
||||
dest: /home/{{ item.username }}/.tmux/plugins/tpm
|
||||
version: master
|
||||
accept_hostkey: yes
|
||||
with_items: {{ me }}
|
||||
|
||||
- name: Copy tmux.conf
|
||||
template:
|
||||
src: files/tmux.conf
|
||||
dest: /home/{{ item.username }}/.tmux.conf
|
||||
with_items: "{{ me }}"
|
||||
|
||||
- name: Install tmuxinator
|
||||
- gem:
|
||||
name: tmuxinator
|
||||
state: latest
|
||||
|
Reference in New Issue
Block a user