diff options
| -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 | 
