diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-01 10:31:03 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | 09dc1fefcf73dd3e57939105c22d050a65222211 (patch) | |
tree | 47489f7b7846e4f2c71ebf7bd565ddf5ba62dcb7 /README.md | |
parent | b2bd12c7c0039c33b81e1e88b825e1606ee899e2 (diff) |
add sway
The config is the default config copied from /etc/sway/config.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,3 +3,12 @@ This repository contains my personal config files. * `nixos/` -- contains my [NixOS](https://nixos.org/) configurations +* `user/` -- contains my dotfiles + +The idea behind this structure is that dotfiles like my +ZSH config can also easily be used on non-NixOS systems. + +Note that I'm intentionally not setting my `XDG_CONFIG_HOME` to the `user/` +directory to prevent this repo from becoming dirty by automatically generated +files that I don't care about (I also don't want to use a blanket gitignore). +So I'm symlinking the files in `user/` into `XDG_CONFIG_HOME` via `link-user`.
\ No newline at end of file |