1
0
Fork 0

Fix wrong ranger dir

This commit is contained in:
J. Elfring 2024-11-02 00:16:19 +01:00
parent c5f5e8cf33
commit acf0e6db09
6 changed files with 21 additions and 14 deletions

View file

@ -9,29 +9,23 @@
name: name:
- acpi - acpi
- alacritty - alacritty
- arandr
- aspell - aspell
- aspell-de - aspell-de
- aspell-en - aspell-en
- autorandr
- bash - bash
- bash-completion - bash-completion
- binutils - binutils
- blueman - blueman
- bluez-utils - bluez-utils
- clipmenu
- coreutils - coreutils
- cryptsetup - cryptsetup
- curl - curl
- device-mapper - device-mapper
- dialog - dialog
- diffutils - diffutils
- dmenu
- dos2unix - dos2unix
- dosfstools - dosfstools
- dunst
- e2fsprogs - e2fsprogs
- feh
- file - file
- filesystem - filesystem
- findutils - findutils
@ -40,10 +34,6 @@
- gnu-netcat - gnu-netcat
- grep - grep
- gzip - gzip
- i3-wm
- i3lock
- i3status
- i3status-rust
- imagemagick - imagemagick
- inetutils - inetutils
- ispell - ispell
@ -73,10 +63,8 @@
- perl - perl
- perl-date-manip - perl-date-manip
- powerline-fonts - powerline-fonts
- rofi
- qrencode - qrencode
- screenfetch - screenfetch
- scrot
- sed - sed
- strace - strace
- texinfo - texinfo
@ -104,6 +92,27 @@
- w3m - w3m
- wget - wget
- wpa_supplicant - wpa_supplicant
- xdot
- zathura
- zathura-pdf-mupdf
state: present
update_cache: True
- name: "Install X packages"
package:
name:
- arandr
- autorandr
- clipmenu
- dmenu
- dunst
- feh
- i3-wm
- i3lock
- i3status
- i3status-rust
- rofi
- scrot
- xautolock - xautolock
- xclip - xclip
- xdot - xdot
@ -111,8 +120,6 @@
- xorg-apps - xorg-apps
- xorg-xclipboard - xorg-xclipboard
- xorg-server - xorg-server
- zathura
- zathura-pdf-mupdf
state: present state: present
update_cache: True update_cache: True