From df9d0cdbc9f401b5d394732c83ae80bd9d0e01ec Mon Sep 17 00:00:00 2001 From: Max Bossing Date: Wed, 16 Jul 2025 13:19:20 +0200 Subject: save packages and clarify a bit in README --- README.md | 4 +++- pkg.cargo | 2 ++ pkg.dnf | 10 ++++++++++ pkg.flatpak | 7 +++++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 pkg.cargo create mode 100644 pkg.dnf create mode 100644 pkg.flatpak diff --git a/README.md b/README.md index 4291ec4..0d1eeba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ These are my personal config files. ## Usage -Configs are managed by [`dots`](https://github.com/maxbossing/dots). +I use Fedora Workstation as my OS and Hyprland as my desktop of choice. For that I use [JaKooLit's Hyprland script](https://github.com/JaKooLit/Fedora-Hyprland/) script and then deploy my own dotfiles over it. Packages I install additionally are in `pkg.dnf`, `pkg.flatpak` and `pkg.cargo` respectively. + +I manage my configs with [`dots`](https://github.com/maxbossing/dots). `dots.toml`: Common dots for all devices `hestia.dots.toml`: My Workstation diff --git a/pkg.cargo b/pkg.cargo new file mode 100644 index 0000000..57daf04 --- /dev/null +++ b/pkg.cargo @@ -0,0 +1,2 @@ +starship +iamb diff --git a/pkg.dnf b/pkg.dnf new file mode 100644 index 0000000..5312506 --- /dev/null +++ b/pkg.dnf @@ -0,0 +1,10 @@ +hyprlock +hyprshot +hyprpicker +fuzzel +kitty +fish +neovim +ibm-plex-mono-fonts +eza +rustup diff --git a/pkg.flatpak b/pkg.flatpak new file mode 100644 index 0000000..60730e7 --- /dev/null +++ b/pkg.flatpak @@ -0,0 +1,7 @@ +app.zen_browser.zen +com.discordapp.Discord +com.protonvpn.www +com.spotify.Client +com.yubico.yubioath +me.proton.Pass +org.mozilla.Thunderbird -- cgit v1.0