More pruning ready for KDE
This commit is contained in:
parent
ebb0867535
commit
a42f88d59e
7 changed files with 1 additions and 60 deletions
|
@ -22,7 +22,6 @@
|
||||||
- import_tasks: tasks/network.yml
|
- import_tasks: tasks/network.yml
|
||||||
- import_tasks: tasks/shell.yml
|
- import_tasks: tasks/shell.yml
|
||||||
- import_tasks: tasks/input.yml
|
- import_tasks: tasks/input.yml
|
||||||
- import_tasks: tasks/power-saving.yml
|
|
||||||
- import_tasks: tasks/autostart.yml
|
- import_tasks: tasks/autostart.yml
|
||||||
- import_tasks: tasks/fonts.yml
|
- import_tasks: tasks/fonts.yml
|
||||||
- import_tasks: tasks/security.yml
|
- import_tasks: tasks/security.yml
|
||||||
|
|
|
@ -2,5 +2,4 @@ GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||||
LANG=en_GB.UTF-8
|
LANG=en_GB.UTF-8
|
||||||
ARCHFLAGS="-arch x86_64"
|
ARCHFLAGS="-arch x86_64"
|
||||||
SSH_AUTH_SOCK=/tmp/ssh-agent-{{ user }}.sock
|
SSH_AUTH_SOCK=/tmp/ssh-agent-{{ user }}.sock
|
||||||
NNN_DE_FILE_MANAGER=nautilus
|
|
||||||
MOZ_USE_XINPUT2=1
|
MOZ_USE_XINPUT2=1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- name: Add nautilus file templates
|
- name: Add file templates
|
||||||
copy:
|
copy:
|
||||||
src: ./files/Templates
|
src: ./files/Templates
|
||||||
dest: "{{ home }}"
|
dest: "{{ home }}"
|
||||||
|
@ -13,31 +13,6 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
loop:
|
loop:
|
||||||
- baobab
|
|
||||||
- cheese
|
|
||||||
- eog
|
|
||||||
- evince
|
|
||||||
- file-roller
|
|
||||||
- fractal
|
- fractal
|
||||||
- gnome-backgrounds
|
|
||||||
- gnome-calculator
|
|
||||||
- gnome-disk-utility
|
- gnome-disk-utility
|
||||||
- gnome-firmware
|
- gnome-firmware
|
||||||
- gnome-latex
|
|
||||||
- gnome-settings-daemon
|
|
||||||
- gnome-system-monitor
|
|
||||||
- gnome-usage
|
|
||||||
- nautilus
|
|
||||||
|
|
||||||
- name: Install GTK tools
|
|
||||||
kewlfft.aur.aur:
|
|
||||||
name: "{{ item }}"
|
|
||||||
become: true
|
|
||||||
become_user: aur_builder
|
|
||||||
loop:
|
|
||||||
- gtk-engine-murrine
|
|
||||||
- lxappearance
|
|
||||||
- numix-gtk-theme-git
|
|
||||||
- matcha-gtk-theme
|
|
||||||
- numix-square-icon-theme
|
|
||||||
- qt5-styleplugins
|
|
||||||
|
|
|
@ -1,13 +1,3 @@
|
||||||
- name: Install qownnotes
|
|
||||||
kewlfft.aur.aur:
|
|
||||||
name: "{{ item }}"
|
|
||||||
become: true
|
|
||||||
become_user: aur_builder
|
|
||||||
loop:
|
|
||||||
- aspell
|
|
||||||
- aspell-en
|
|
||||||
- qownnotes
|
|
||||||
|
|
||||||
- name: Install intersect packages
|
- name: Install intersect packages
|
||||||
kewlfft.aur.aur:
|
kewlfft.aur.aur:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
@ -15,14 +5,12 @@
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
loop:
|
loop:
|
||||||
- calibre
|
- calibre
|
||||||
- deluge
|
|
||||||
- nextcloud-client
|
- nextcloud-client
|
||||||
- quassel-client
|
- quassel-client
|
||||||
- rsnapshot
|
- rsnapshot
|
||||||
- terraform
|
- terraform
|
||||||
- terraform-lsp-bin
|
- terraform-lsp-bin
|
||||||
|
|
||||||
|
|
||||||
- name: Create dotfiles directory
|
- name: Create dotfiles directory
|
||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
|
|
|
@ -16,17 +16,5 @@
|
||||||
- alsa-firmware
|
- alsa-firmware
|
||||||
- bluez-firmware
|
- bluez-firmware
|
||||||
- bluez-utils-compat
|
- bluez-utils-compat
|
||||||
- blueman
|
|
||||||
- handbrake
|
- handbrake
|
||||||
- sof-firmware
|
- sof-firmware
|
||||||
|
|
||||||
- name: Install pulseaudio
|
|
||||||
kewlfft.aur.aur:
|
|
||||||
name: "{{ item }}"
|
|
||||||
become: true
|
|
||||||
become_user: aur_builder
|
|
||||||
loop:
|
|
||||||
- alsa-utils
|
|
||||||
- pavucontrol
|
|
||||||
- pulseaudio
|
|
||||||
- pulseaudio-bluetooth
|
|
||||||
|
|
|
@ -7,11 +7,3 @@
|
||||||
- pyenv
|
- pyenv
|
||||||
- python-pip
|
- python-pip
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
|
|
||||||
- name: Create pyenv directory
|
|
||||||
file:
|
|
||||||
state: directory
|
|
||||||
path: /opt/pyenv
|
|
||||||
owner: "{{ user }}"
|
|
||||||
group: users
|
|
||||||
mode: 0644
|
|
||||||
|
|
Loading…
Reference in a new issue