1
0
mirror of https://github.com/chylex/dotfiles.git synced 2025-04-09 08:15:44 +02:00
Configuration files and additional customizations of programs.
Go to file
2021-12-02 00:51:09 +01:00
.github/readme Add border around Firefox screenshot 2021-11-02 08:16:42 +01:00
Firefox Add Firefox userChrome.css 2021-11-02 08:12:46 +01:00
.bashrc Add .bashrc and .vimrc 2021-11-05 17:34:38 +01:00
.gitignore Add .gitignore 2021-11-02 07:43:46 +01:00
.ideavimrc Update .ideavimrc (top row + fixed gg/G) 2021-12-02 00:51:09 +01:00
.vimrc Add .bashrc and .vimrc 2021-11-05 17:34:38 +01:00
LICENSE Initial commit 2021-11-02 07:41:35 +01:00
README.md Add .bashrc and .vimrc 2021-11-05 17:34:38 +01:00

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

Firefox UI