Directories marked with a ❗ are important, commonly used, or otherwise critical to my system configuration.
- Configuration file for
bat
which sets the syntax highlighting color scheme toOneHalfLight
. The default theme is designed for dark-themed terminal emulators. - The destination path is
~/.config/bat/config
.
- Some binary scripts intended to be executable via
$PATH
. - Highly targeted for my computing environment.
- Configuration scripts for macOS tiling window manager
chunkwm
. - Deprecated;
yabai
is my replacement.
- Configuration files for the friendly shell.
fish/functions
contain some aliases for common shell utilities (ls
andcat
) mapping them to modern equivalents (exa
andbat
, respectively).
- Configuration file for the
i3
tiling window manager.
- Configuration file for the
iterm2
terminal emulator.
- Configuration files for the
konsole
terminal emulator. Most importantly: a custom implementation of the PaperColor-Light color scheme. - This will be deprecated as soon as the excellent
alacritty
emulator gets support for ligatures. konsole
is only used on my linux environments which are graphically interfaced.
- Configuration files for the
polybar
menubar. - Heavily coupled with my specific hardware.
- Custom firmware for my QMK-based keyboards.
- Most importantly, provides key mappings for software-agnostic Colemak layouts.
- Requires additional software, see instructions here.
- Configuration for the
termite
terminal emuator. - Deprecated in favor of
konsole
, which supports ligatures.
- Tiny udev rules to automatically switch software keyboard layout back to QWERTY when one of my Colemak based keyboards is plugged in.
- Requires absolute paths, and thus
/home/jaday/bin
is referenced directly. - The scripts to run are found in this repo's
bin
folder.
.vimrc
: the most important configuration there is.
- Some
X11
setup scripts.
- Configuration files for the
xmonad
tiling window manager for X. - Configuration is Haskell, so that's kinda neat.
- Deprecated;
i3
is my replacement.
- Configuration files for the macOS
yabai
tiling window manager.