All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 10m1s
49 lines
723 B
YAML
49 lines
723 B
YAML
modules:
|
|
- type: script
|
|
scripts:
|
|
- setupcodiumrepo.sh
|
|
|
|
- type: rpm-ostree
|
|
install:
|
|
# applications
|
|
# fuzzy finder
|
|
- fzf
|
|
|
|
# dmenu runner
|
|
- fuzzel
|
|
|
|
# file manager
|
|
- nautilus
|
|
- file-roller
|
|
- file-roller-nautilus
|
|
|
|
# text editors
|
|
- neovim
|
|
- codium
|
|
|
|
# software store
|
|
- gnome-software
|
|
|
|
# disk management
|
|
- gnome-disk-utility
|
|
|
|
# kdeconnect
|
|
- kde-connect
|
|
|
|
# settings apps
|
|
# qt
|
|
- qt5ct
|
|
- qt6ct
|
|
|
|
# gtk
|
|
- nwg-look
|
|
|
|
# zsh
|
|
- zsh
|
|
# zoxide for z stuff
|
|
- zoxide
|
|
|
|
- type: script
|
|
snippets:
|
|
- "sudo rm /etc/yum.repos.d/vscodium.repo"
|