mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
23 lines
741 B
Markdown
23 lines
741 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
|
|
# 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".
|