My dotfiles
Find a file
2025-08-12 16:17:13 +02:00
fish refactor: Some color changes 2025-08-12 15:48:29 +02:00
git feat(git): git config 2025-08-12 16:17:13 +02:00
hypr feat(hermes.hyprland.conf): monitor scaling and forced opacity for zen 2025-08-12 15:49:41 +02:00
iamb dots templating, iamb, 2025-07-15 21:50:08 +02:00
kitty kitty: show ligatures 2025-07-22 17:08:56 +02:00
nvim feat: finally a usable neovim config (switched to LazyVim) 2025-08-12 15:47:14 +02:00
starship starship 2025-07-15 22:07:28 +02:00
tmux All my homies hate X11 2025-07-16 12:25:51 +02:00
dots.toml feat(git): git config 2025-08-12 16:17:13 +02:00
LICENSE LICENSE and README 2025-07-15 21:41:54 +02:00
pkg.cargo save packages and clarify a bit in README 2025-07-16 13:19:20 +02:00
pkg.dnf ImageMagick-devel for image.nvim 2025-07-29 17:10:20 +02:00
pkg.flatpak save packages and clarify a bit in README 2025-07-16 13:19:20 +02:00
README.md docs: refactored README 2025-08-12 15:47:49 +02:00

Dotfiles

These are my personal config files.

Usage

I use Fedora Workstation as my OS and Hyprland as my desktop of choice. For that I use JaKooLit's Hyprland script 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.

[!INFO] I use hostname-based deployment for some configs with dots, so this will probably not work out-of-the-box for you. You can circumvent that using the --no-hostname-check cli option, but that comes with it's own caveats (namely that things will get linked over each other)!

License

With the exception of the base configuration of LazyVim, which is licensed under Apache 2.0, all files are MIT-licensed.