1
0
Fork 0
No description
  • Python 26.9%
  • Vim Script 21.9%
  • Lua 19.4%
  • Perl 17%
  • Shell 13.6%
  • Other 1.2%
Find a file
2026-04-11 11:38:37 +02:00
.chezmoiexternals First batch migrating chezmoiexternals to nix 2026-01-16 19:45:12 +01:00
exact_dot_gitlab-ci-local Add config for gitlab-ci-local 2025-09-09 16:32:48 +02:00
exact_dot_oh-my-zsh-custom Don't set RPS1 in vscode as it interferes with shell integration 2026-03-20 23:01:24 +01:00
private_dot_config nix flake update --flake ~/.config/home-manager 2026-04-11 11:38:37 +02:00
private_dot_local More nix migration, including cargo/rust 2026-01-20 09:57:38 +01:00
private_dot_ssh authorized_keys: remove decommissioned optiplex, add Frachtwerk laptop 2025-09-23 08:01:16 +02:00
private_dot_vim Use nix-installed rust-analyzer 2026-02-07 16:05:42 +01:00
.chezmoi.toml.tmpl Vary gitconfig email address across machines (as shown in chezmoi docs) 2025-08-24 18:38:41 +02:00
.chezmoiignore Add home-manager configuration 2025-12-24 02:14:08 +01:00
.chezmoiremove More nix migration, including cargo/rust 2026-01-20 09:57:38 +01:00
dot_curlrc chezmoi migration, part 1 2023-09-26 00:15:01 +02:00
dot_gitconfig.tmpl Add delta and configure it for git 2026-02-06 00:39:36 +01:00
dot_pythonrc.py Prevent error when pyproject.toml lacks a [project] table 2025-09-15 19:24:02 +02:00
dot_Renviron Cumulative update 2024-11-27 18:41:33 +01:00
dot_Rprofile.site Cumulative update 2024-11-27 18:41:33 +01:00
dot_screenrc Add basic .screenrc 2023-10-05 14:30:37 +02:00
dot_selected_editor.tmpl More nix migration, including cargo/rust 2026-01-20 09:57:38 +01:00
dot_wgetrc chezmoi migration, part 1 2023-09-26 00:15:01 +02:00
dot_yarnrc.yml Cumulative update 2024-11-27 18:41:33 +01:00
README.md Add note about Firefox zoom/scaling 2025-09-18 12:10:39 +02:00
remove_dot_dotfiles Remove obsolete files 2023-09-26 03:29:59 +02:00
remove_dot_fresh Remove obsolete files 2023-09-26 03:29:59 +02:00
remove_dot_freshrc Remove obsolete files 2023-09-26 03:29:59 +02:00
remove_dot_krew Remove kubectl-krew, manage everything with chezmoi directly 2024-12-07 01:05:00 +01:00
symlink_dot_zshrc Integrate Oh My Zsh into chezmoi infrastructure 2023-09-26 02:39:13 +02:00

dotfiles

Installation

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply https://git.sdas.net/ssiegel/dotfiles.git
chsh -s /bin/zsh

My dotfiles are managed by Chezmoi.

Firefox

On a 1920px screen, tiling two browser windows side by side will result in a viewport width of 952 pixels. Many websites use CSS media queries to hide menus etc. on viewports narrower than 1200px, which is annoying on desktop and breaks suprisingly many websites. To prevent that, we can zoom out and increase the text slightly:

Either set:

about:config setting value
browser.display.os-zoom-behavior 2
layout.css.devPixelsPerPx 0.99
ui.textScaleFactor 110

Then set the default zoom on about:preferences to 80% (“Zoom text only” off). Or:

about:config setting value
browser.display.os-zoom-behavior 2
toolkit.zoomManager.zoomValues .3,.5,.67,.79,.9,1,1.1,1.2,1.33,1.5,1.7,2,2.4,3,4,5
ui.textScaleFactor 110

Then set the default zoom on about:preferences to 79%.