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
|
- name: Install graphical packages
|
||||||
pacman:
|
pacman:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
@ -18,7 +34,6 @@
|
|||||||
- vlc
|
- vlc
|
||||||
- texlive-most
|
- texlive-most
|
||||||
|
|
||||||
|
|
||||||
- name: Install fonts
|
- name: Install fonts
|
||||||
pacman:
|
pacman:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
@ -6,22 +6,6 @@
|
|||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
when: not minimal
|
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)
|
- name: Clone TPM (tmux plugin manager)
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/tmux-plugins/tpm
|
repo: https://github.com/tmux-plugins/tpm
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
name: sudo
|
name: sudo
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add local user to sudo group
|
- name: Add deploy user to sudo group
|
||||||
user:
|
user:
|
||||||
name: "{{ item.username }}"
|
name: "{{ item.username }}"
|
||||||
groups: sudo
|
groups: sudo
|
||||||
|
Loading…
Reference in New Issue
Block a user