diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-16 13:19:20 +0200 |
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-16 13:19:20 +0200 |
| commit | df9d0cdbc9f401b5d394732c83ae80bd9d0e01ec (patch) | |
| tree | 12c22b6e4f380c7e5b36aa9fc13226750bb87af3 | |
| parent | 9371591df4ae5a3614cabe07c630c6e702299ed4 (diff) | |
save packages and clarify a bit in README
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | pkg.cargo | 2 | ||||
| -rw-r--r-- | pkg.dnf | 10 | ||||
| -rw-r--r-- | pkg.flatpak | 7 |
4 files changed, 22 insertions, 1 deletions
@@ -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 @@ -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 |
