No description
- Python 26.9%
- Vim Script 21.9%
- Lua 19.4%
- Perl 17%
- Shell 13.6%
- Other 1.2%
| .chezmoiexternals | ||
| exact_dot_gitlab-ci-local | ||
| exact_dot_oh-my-zsh-custom | ||
| private_dot_config | ||
| private_dot_local | ||
| private_dot_ssh | ||
| private_dot_vim | ||
| .chezmoi.toml.tmpl | ||
| .chezmoiignore | ||
| .chezmoiremove | ||
| dot_curlrc | ||
| dot_gitconfig.tmpl | ||
| dot_pythonrc.py | ||
| dot_Renviron | ||
| dot_Rprofile.site | ||
| dot_screenrc | ||
| dot_selected_editor.tmpl | ||
| dot_wgetrc | ||
| dot_yarnrc.yml | ||
| README.md | ||
| remove_dot_dotfiles | ||
| remove_dot_fresh | ||
| remove_dot_freshrc | ||
| remove_dot_krew | ||
| symlink_dot_zshrc | ||
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%.