Skip to content

A mostly sane set of configuration files.

Notifications You must be signed in to change notification settings

pkoscik/dotfiles

Repository files navigation

pkoscik dotfiles

A mostly sane set of configuration files.

Installation

The dotfiles are managed by GNU Stow:

cd ~
git clone https://github.com/pkoscik/dotfiles
cd dotfiles
stow <directory name>

Arch packages

alacritty
dunst
eza
feh
firefox
flameshot
fzf
helix
i3
lf
ripgrep
rofi
starship
stow
tig
ttf-jetbrains-mono
ttf-jetbrains-mono-nerd

Firefox configuration

general.autoScroll: true
mousewheel.min_line_scroll_amount: 120
mousewheel.default.delta_multiplier_{x,y,z}: 30

Touchpad configuration

Section "InputClass"
    Identifier "touchpad"
    Driver "libinput"
    MatchIsTouchpad "on"
    Option "Tapping" "on"
    Option "NaturalScrolling" "true"
EndSection

/etc/environment configuration

EDITOR=hx
VISUAL=hx
MOZ_USE_XINPUT2=1