2021-08-14 16:41:26 +00:00
|
|
|
# My dotfiles configuration
|
2020-12-21 17:28:10 +00:00
|
|
|
|
2024-01-29 00:16:37 +00:00
|
|
|
Expected configuration:
|
2024-03-21 18:33:54 +00:00
|
|
|
* Fedora Silverblue or ubuntu as host
|
2024-01-29 23:30:26 +00:00
|
|
|
* Nix with home-manager for tools and software.
|
2024-01-30 18:35:52 +00:00
|
|
|
|
2024-03-21 18:33:54 +00:00
|
|
|
```bash
|
|
|
|
# Install GUI tools with personal specialization
|
|
|
|
./install --gui --env personal
|
|
|
|
# Skip GUI tools and only apply work specialization
|
|
|
|
./install --env work
|
|
|
|
```
|
|
|
|
|
2024-01-30 18:35:52 +00:00
|
|
|
## 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".
|