No description
Find a file
2024-07-05 13:52:42 +02:00
bat feat: helm and path in lualine 2024-05-22 13:44:28 +02:00
code feat: new font, packages and code config 2024-04-18 18:50:00 +02:00
kitty chore: stupid fonts 2024-04-19 14:25:03 +02:00
nix feat: add jujutsu and ast-grep 2024-07-05 13:52:42 +02:00
nvim feat: helm and path in lualine 2024-05-22 13:44:28 +02:00
scripts fix(sunset|sunrise): also apply to vim and vi aliases 2024-04-23 09:42:31 +02:00
ssh just dotfiles are enough 2021-03-20 23:36:25 +01:00
starship feat: prettier 2024-07-01 12:59:21 +02: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 feat: more macos support 2024-04-26 22:34:29 +02:00
install-linux.sh feat: macos support 2024-04-21 19:55:27 +02:00
install-macos.sh feat: macos support 2024-04-21 19:55:27 +02:00
install.sh feat: more macos support 2024-04-26 22:34:29 +02:00
LICENSE Initial commit 2020-11-28 17:47:08 +01:00
README.md feat: more macos support 2024-04-26 22:34:29 +02:00
switch.sh chore: non-free, no thanks 2024-06-08 18:05:20 +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
# 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).