1
0
mirror of https://github.com/chylex/dotfiles.git synced 2025-03-05 04:32:54 +01:00
Configuration files and additional customizations of programs.
Go to file
2023-01-09 06:05:17 +01:00
.github/readme Add border around Firefox screenshot 2021-11-02 08:16:42 +01:00
.vim Update vim plugins 2022-07-10 00:30:20 +02:00
Firefox Add Firefox userChrome.css 2021-11-02 08:12:46 +01:00
.bashrc Update .bashrc (automatically create or attach tmux session) 2022-12-01 03:04:39 +01:00
.gitignore Add .gitignore 2021-11-02 07:43:46 +01:00
.ideavimrc Update .ideavimrc (bind Alt-B to ge) 2023-01-04 06:38:53 +01:00
.tmux.conf Update .tmux.conf (vi mode) 2023-01-09 06:05:17 +01:00
.vimrc Update .vimrc (force 256 colors in terminals) 2022-09-25 22:37:01 +02:00
LICENSE Initial commit 2021-11-02 07:41:35 +01:00
README.md Add .tmux.conf 2022-09-26 23:59:33 +02: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 / .vim

Configuration for Vim. Belongs in the user home directory.

To install plugins, navigate to .vim/pack/plugins/start and run install.sh. The script uses git to clone the plugin repositories.

.bashrc

Configuration for Bash. Belongs in the user home directory.

.tmux.conf

Configuration for tmux. 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