You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
chylex 97a510183b
Update Firefox CSS (addon bar button padding)
2 weeks ago
.github/readme Add border around Firefox screenshot 2 years ago
.vim/colors Add Ansible collection 5 months ago
Firefox Update Firefox CSS (addon bar button padding) 2 weeks ago
ansible Update Ansible collection 5 months ago
.bashrc Update .bashrc (fix mc mouse support in tmux) 1 month ago
.gitattributes Add .gitattributes 5 months ago
.gitignore Add .gitignore 2 years ago
.ideavimrc Update .vimrc & .ideavimrc (delete lines, remove edit from cursor to end of special characters) 4 months ago
.tmux.conf Update .tmux.conf (set default terminal to screen-256color) 2 months ago
.vimrc Update .vimrc & .ideavimrc (delete lines, remove edit from cursor to end of special characters) 4 months ago
LICENSE Initial commit 2 years ago
README.md Add Ansible collection 5 months ago

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.

Ansible

This repository includes an Ansible collection that will automatically clone this repository into ~/.dotfiles. It can be installed with:

ansible-galaxy collection install git+https://github.com/chylex/dotfiles.git#/ansible/

Files

.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.

You can install the vim plugins using the chylex.dotfiles.vim_plugins Ansible role, or manually by cloning git repositories listed in the task file into ~/.vim/pack/plugins/start.

.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