minimized cruft

This commit is contained in:
Opal
2022-10-10 20:27:58 -07:00
parent 4aab05eea0
commit ab7c1c781e
5 changed files with 4 additions and 25 deletions

View File

@@ -29,5 +29,5 @@ init_users:
- wheel - wheel
- docker - docker
state: present state: present
shell: /usr/bin/zsh shell: /bin/bash
create_home: true create_home: true

View File

@@ -40,12 +40,6 @@
state: present state: present
loop: "{{ font_packages }}" loop: "{{ font_packages }}"
- name: install build dependency packages
dnf:
name: "{{ item }}"
state: present
loop: "{{ build_dep_packages }}"
- name: install veracrypt from rpm - name: install veracrypt from rpm
dnf: dnf:
name: "{{ veracrypt_url }}" name: "{{ veracrypt_url }}"
@@ -53,7 +47,7 @@
disable_gpg_check: True disable_gpg_check: True
- name: install rpmfusion for ffmpeg - name: install rpmfusion for ffmpeg
shell: 'dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm' shell: 'sudo dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm'
- name: install ffmpeg/libs - name: install ffmpeg/libs
dnf: dnf:

View File

@@ -16,8 +16,6 @@ wm_packages:
cli_packages: cli_packages:
- alacritty - alacritty
- keychain - keychain
- zsh
- zsh-autosuggestions
- python3-pip - python3-pip
- borgbackup - borgbackup
- bat - bat
@@ -41,19 +39,16 @@ cli_packages:
general_packages: general_packages:
- firefox - firefox
- emacs - emacs
- RemoteBox
- thunar
- ansible - ansible
- make
- syncthing - syncthing
- udiskie - udiskie
- keepassxc
- transmission - transmission
- pavucontrol - pavucontrol
- feh
- alsa-sof-firmware - alsa-sof-firmware
- pipewire-pulseaudio - pipewire-pulseaudio
- nicotine+ - nicotine+
- papirus-icon-theme
- arc-theme
networking_packages: networking_packages:
- nmap - nmap
@@ -83,9 +78,6 @@ doom_dep_packages:
- shfmt - shfmt
- python3-lsp-black - python3-lsp-black
build_dep_packages:
- gtk+ # for galendae calandar widget
font_packages: font_packages:
- fontawesome5-fonts - fontawesome5-fonts
- abattis-cantarell-fonts - abattis-cantarell-fonts

View File

@@ -2,5 +2,4 @@
pip_packages: pip_packages:
- borgmatic - borgmatic
- keep - keep
- flashfocus
- beets - beets

View File

@@ -20,11 +20,5 @@
become_user: opal become_user: opal
become_method: su become_method: su
# - role: git
# tags: git_tag
# become: yes
# become_user: opal
# become_method: su
- role: copr - role: copr
tags: copr_tag tags: copr_tag