mirror of
https://github.com/chylex/dotfiles.git
synced 2025-04-09 08:15:44 +02:00
Configuration files and additional customizations of programs.
.github/readme | ||
Firefox | ||
.bashrc | ||
.gitignore | ||
.ideavimrc | ||
.vimrc | ||
LICENSE | ||
README.md |
This is primarily for me to keep track of changes and synchronize my configuration, so there aren't many comments or other documentation at the moment, but I might improve that later.
.ideavimrc
IdeaVim plugin for IntelliJ platform. Some parts require my fork of IdeaVim, and my experimental fork of AceJump. Belongs in the user home directory.
.vimrc
Configuration for Vim. Belongs in the user home directory.
.bashrc
Configuration for Bash. Belongs in the user home directory.
Firefox / userChrome.css
Custom stylesheets for Firefox 94 or newer, designed for Firefox Developer Edition. To install, place userChrome.css
into the chrome
folder:
%APPDATA%\Mozilla\Firefox\Profiles\<profile>\chrome
(Windows)~/.mozilla/firefox/<profile>/chrome
(Linux)
Make sure that toolkit.legacyUserProfileCustomizations.stylesheets
is set to true
in about:config
.
The stylesheet includes:
- Compact toolbars
- Compact tabs with borders
- Compact address bar with less padding
- Repurposed bookmark toolbar as an addon bar on the bottom of the window
- Separate Reload / Stop buttons
- Removal of several menu items I don't care about
- Removal of update notifications
- Black window background