No description
Find a file
2024-04-18 18:50:00 +02:00
bat refactor: add back switch 2024-04-16 14:02:32 +02:00
code feat: new font, packages and code config 2024-04-18 18:50:00 +02:00
kitty feat: new font, packages and code config 2024-04-18 18:50:00 +02:00
nix feat: new font, packages and code config 2024-04-18 18:50:00 +02:00
nvim feat: terraform support 2024-03-01 14:29:59 +01:00
scripts feat: night and day theme across tools 2024-01-30 19:35:52 +01:00
ssh just dotfiles are enough 2021-03-20 23:36:25 +01:00
starship feat: ubuntu support and tools 2024-03-18 15:29:38 +01:00
tmux feat(tmux): nicer window names 2023-04-29 19:53:37 +02:00
.gitignore feat(workspace): switch to alpine from ubuntu 2020-12-26 15:00:26 +01:00
common.sh refactor: add back switch 2024-04-16 14:02:32 +02:00
install.sh feat: new font, packages and code config 2024-04-18 18:50:00 +02:00
LICENSE
README.md feat: personal/work specialization 2024-03-21 19:33:54 +01:00
switch.sh refactor: add back switch 2024-04-16 14:02:32 +02:00
vscode.sh feat: new font, packages and code config 2024-04-18 18:50:00 +02:00

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
# 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".