Add more gui software to install
This commit is contained in:
parent
35dd996fc3
commit
2afaf12e72
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
- name: install aptitude
|
- name: install package managers
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
pkg:
|
pkg:
|
||||||
- aptitude
|
- aptitude
|
||||||
|
- flatpak
|
||||||
|
|
||||||
- name: install terminal packages
|
- name: install terminal packages
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
|
||||||
pkg:
|
pkg:
|
||||||
- vim-gtk3
|
- vim-gtk3
|
||||||
- git
|
- git
|
||||||
@ -32,29 +32,32 @@
|
|||||||
pkg:
|
pkg:
|
||||||
- libfuse2
|
- libfuse2
|
||||||
|
|
||||||
- name: install gui packages
|
- name: install gui packages from apt
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
|
||||||
pkg:
|
pkg:
|
||||||
- gnome-backgrounds
|
- gnome-backgrounds
|
||||||
- ubuntu-wallpapers-focal
|
- ubuntu-wallpapers-focal
|
||||||
- numlockx
|
- numlockx
|
||||||
- pavucontrol
|
- pavucontrol
|
||||||
- pasystray
|
- pasystray
|
||||||
- gnome-screenshot
|
- flameshot
|
||||||
|
|
||||||
|
- name: install the smile emoji picker
|
||||||
|
community.general.flatpak:
|
||||||
|
state: present
|
||||||
|
name: it.mijorus.smile
|
||||||
|
|
||||||
- name: install git
|
- name: install git
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
|
||||||
pkg:
|
pkg:
|
||||||
- git
|
- git
|
||||||
|
|
||||||
- name: install gui apps
|
- name: install gui apps
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
|
||||||
pkg:
|
pkg:
|
||||||
- redshift
|
- redshift
|
||||||
- picom
|
- picom
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user