dotfiles/README.md
2024-04-26 22:34:29 +02:00

30 lines
909 B
Markdown

# My dotfiles configuration
Expected configuration:
* Fedora Silverblue or ubuntu as host
* Nix with home-manager for tools and software.
```bash
# Install GUI tools with personal specialization
./install --gui --env personal
# A variation for macos
./install --gui --env personal-macos
# Skip GUI tools and only apply work specialization
./install --env work
```
## Dark and Light themes
Neovim and Kitty are configured to follow Gnome's dark and light theme
changes.
By default they are initially light and in case of changes, they will start
to match the correct preferences.
To make this work, [night theme switcher](https://extensions.gnome.org/extension/2236/night-theme-switcher/)
extension is needed and configured to use `scripts/sunrise.sh` and `scripts/sunset.sh` as "run commands".
### MacOS support.
Best effort. Known issues are:
- neovim has dbus dependencies (for theme switching).