aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 60e8fbc80a514a65924c374a249e776d3ad73386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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](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).

> [!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](https://lazyvim.org),
which is licensed under [Apache 2.0](nvim/LICENSE), all files are
[MIT](LICENSE)-licensed.