mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
69 lines
1.5 KiB
YAML
69 lines
1.5 KiB
YAML
- name: Install desktop dnf packages
|
|
xbps:
|
|
name:
|
|
- xorg
|
|
- xterm
|
|
- alacritty
|
|
- mpv # Movie player playing most video formats and DVDs
|
|
- python3-i3ipc # IPC interface to control i3 from Python
|
|
- xprop
|
|
- lxappearance
|
|
- blueman
|
|
- xrandr
|
|
- dunst
|
|
- ffmpeg
|
|
- firefox
|
|
- i3-gaps
|
|
- i3status
|
|
- nitrogen
|
|
- nvidia
|
|
- nvidia-libs-32bit
|
|
- pavucontrol
|
|
- polybar
|
|
- rofi
|
|
- libdrm-32bit
|
|
- libgcc-32bit
|
|
- libstdc++-32bit
|
|
- mesa-dri-32bit
|
|
- steam
|
|
- pcmanfm
|
|
- xclip
|
|
state: present
|
|
become: true
|
|
|
|
#- name: Install desktop flatpaks
|
|
# flatpak:
|
|
# name:
|
|
# - com.mattjakeman.ExtensionManager # Browse, install, and manage GNOME Shell Extensions
|
|
# - com.discordapp.Discord # Voice, video and text communication service
|
|
# - org.gimp.GIMP # Create images and edit photographs
|
|
# - org.inkscape.Inkscape # Vector Graphics Editor
|
|
# state: present
|
|
# become: true
|
|
|
|
#- name: Grab desktop binaries
|
|
# get_url:
|
|
# url: "{{ item.url }}"
|
|
# dest: /home/{{ user }}/bin/{{ item.name }}
|
|
# mode: 0755
|
|
# loop:
|
|
# - {name: "greenclip", url: "https://github.com/erebe/greenclip/releases/download/v4.2/greenclip-v4.2"}
|
|
# alacritty-0.11.0_1
|
|
|
|
#ansible
|
|
#btrbk
|
|
#chezmoi
|
|
#discord
|
|
#elogind
|
|
#fd
|
|
#git
|
|
#pipewire
|
|
#python3
|
|
#ripgrep
|
|
#rsync
|
|
#syncthing
|
|
#unzip
|
|
#void-repo-multilib
|
|
#void-repo-multilib-nonfree
|
|
#void-repo-nonfree
|