minimized cruft
This commit is contained in:
@@ -29,5 +29,5 @@ init_users:
|
||||
- wheel
|
||||
- docker
|
||||
state: present
|
||||
shell: /usr/bin/zsh
|
||||
shell: /bin/bash
|
||||
create_home: true
|
||||
|
||||
@@ -40,12 +40,6 @@
|
||||
state: present
|
||||
loop: "{{ font_packages }}"
|
||||
|
||||
- name: install build dependency packages
|
||||
dnf:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ build_dep_packages }}"
|
||||
|
||||
- name: install veracrypt from rpm
|
||||
dnf:
|
||||
name: "{{ veracrypt_url }}"
|
||||
@@ -53,7 +47,7 @@
|
||||
disable_gpg_check: True
|
||||
|
||||
- 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
|
||||
dnf:
|
||||
|
||||
@@ -16,8 +16,6 @@ wm_packages:
|
||||
cli_packages:
|
||||
- alacritty
|
||||
- keychain
|
||||
- zsh
|
||||
- zsh-autosuggestions
|
||||
- python3-pip
|
||||
- borgbackup
|
||||
- bat
|
||||
@@ -41,19 +39,16 @@ cli_packages:
|
||||
general_packages:
|
||||
- firefox
|
||||
- emacs
|
||||
- RemoteBox
|
||||
- thunar
|
||||
- ansible
|
||||
- make
|
||||
- syncthing
|
||||
- udiskie
|
||||
- keepassxc
|
||||
- transmission
|
||||
- pavucontrol
|
||||
- feh
|
||||
- alsa-sof-firmware
|
||||
- pipewire-pulseaudio
|
||||
- nicotine+
|
||||
- papirus-icon-theme
|
||||
- arc-theme
|
||||
|
||||
networking_packages:
|
||||
- nmap
|
||||
@@ -83,9 +78,6 @@ doom_dep_packages:
|
||||
- shfmt
|
||||
- python3-lsp-black
|
||||
|
||||
build_dep_packages:
|
||||
- gtk+ # for galendae calandar widget
|
||||
|
||||
font_packages:
|
||||
- fontawesome5-fonts
|
||||
- abattis-cantarell-fonts
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
pip_packages:
|
||||
- borgmatic
|
||||
- keep
|
||||
- flashfocus
|
||||
- beets
|
||||
|
||||
Reference in New Issue
Block a user