mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
68 lines
1.4 KiB
YAML
68 lines
1.4 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
|
|
- autorandr
|
|
- xsel
|
|
- clipmenu
|
|
state: present
|
|
become: true
|
|
|
|
- name: Install desktop flatpaks
|
|
flatpak:
|
|
name:
|
|
- com.discordapp.Discord # Voice, video and text communication service
|
|
- org.gimp.GIMP # Create images and edit photographs
|
|
- org.inkscape.Inkscape # Vector Graphics Editor
|
|
- com.github.tchx84.Flatseal # Manage Flatpak permissions
|
|
state: present
|
|
become: true
|
|
|
|
- name: Install bitwarden
|
|
unarchive:
|
|
src: "https://vault.bitwarden.com/download/?app=cli&platform=linux"
|
|
dest: /home/{{ user }}/bin
|
|
remote_src: true
|
|
mode: 0755
|
|
|
|
#ansible
|
|
#btrbk
|
|
#chezmoi
|
|
#elogind
|
|
#fd
|
|
#git
|
|
#pipewire
|
|
#python3
|
|
#ripgrep
|
|
#rsync
|
|
#unzip
|
|
#void-repo-multilib
|
|
#void-repo-multilib-nonfree
|
|
#void-repo-nonfree
|