Move urxvt install from dotfiles to arch_graphicals
This commit is contained in:
parent
5f82fb8d61
commit
06b3f7946e
@ -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 }}"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user