minimized cruft
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -2,5 +2,4 @@
|
|||||||
pip_packages:
|
pip_packages:
|
||||||
- borgmatic
|
- borgmatic
|
||||||
- keep
|
- keep
|
||||||
- flashfocus
|
|
||||||
- beets
|
- beets
|
||||||
|
|||||||
Reference in New Issue
Block a user