Skip to content

Commit

Permalink
added most packages, removed unncessary ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Zshoham committed Jun 12, 2024
1 parent e2d94b5 commit 44af68f
Showing 1 changed file with 38 additions and 7 deletions.
45 changes: 38 additions & 7 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,45 @@ modules:

- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-40/atim-starship-fedora-40.repo
- https://copr.fedorainfracloud.org/coprs/varlad/zellij/repo/fedora-40/varlad-zellij-fedora-40.repo
install:
- kitty
- fish
- bat
- fd-find
- jq
- yq
- zoxide
- ripgrep
- starship
- zellij
- lsd
- age
- git-delta
- btop
- neovim
- fzf
- jetbrains-mono-fonts
- zathura
- mpv
remove:
# example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency
# - firefox
# - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- firefox
- firefox-langpacks
- gnome-terminal
- gnome-terminal-nautilus
- gnome-tour
- gnome-initial-setup
- gnome-system-monitor
- gnome-software
- gnome-software-rpm-ostree
- nvtop
- tmux
- wireguard-tools
- solaar-udev
- gnome-tweaks
- oversteer-udev
- openrgb-udev-rules

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
Expand All @@ -36,14 +66,15 @@ modules:
# repo-name: flathub
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
# - org.mozilla.firefox
- com.brave.Browser
# - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Installing different branches of the same Flatpak is not supported.
remove:
# - org.gnome.eog

- type: chezmoi
repository: "https://github.com/Zshoham/dotfiles.git"
- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 44af68f

Please sign in to comment.