mentos1386 / dotfiles

My dot files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles configuration

Expected configuration:

  • Fedora Silverblue or ubuntu as host
  • Nix with home-manager for tools and software.
# 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 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).

About

My dot files

License:Apache License 2.0


Languages

Language:Lua 52.3%Language:Shell 33.7%Language:Nix 14.1%