Move urxvt install from dotfiles to arch_graphicals

This commit is contained in:
Bertrand Benjamin 2018-08-25 10:36:37 +02:00
parent 5f82fb8d61
commit 06b3f7946e
3 changed files with 17 additions and 18 deletions

View File

@ -1,4 +1,20 @@
---
- name: Install urxvt perls
pacman:
name: urxvt-perls
state: present
- name: Install urxvt plugins (AUR)
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- urxvt-fullscreen
- urxvt-resize-font-git
become: yes
become_user: aur_builder
- name: Install graphical packages
pacman:
name: "{{ item }}"
@ -18,7 +34,6 @@
- vlc
- texlive-most
- name: Install fonts
pacman:
name: "{{ item }}"

View File

@ -6,22 +6,6 @@
with_items: "{{ me }}"
when: not minimal
- name: Install urxvt perls
pacman:
name: urxvt-perls
state: present
- name: Install urxvt plugins (AUR)
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- urxvt-fullscreen
- urxvt-resize-font-git
become: yes
become_user: aur_builder
- name: Clone TPM (tmux plugin manager)
git:
repo: https://github.com/tmux-plugins/tpm

View File

@ -15,7 +15,7 @@
name: sudo
state: present
- name: Add local user to sudo group
- name: Add deploy user to sudo group
user:
name: "{{ item.username }}"
groups: sudo