Configuration for the software I use.
Find a file
2025-11-27 14:36:14 +01:00
.config sublime-text: add fmt plugin for formatting and golangcilint linter for go 2025-11-27 14:31:59 +01:00
.local/bin scripts: update optimizeimg 2025-03-11 15:58:34 +01:00
LICENSE Initial commit 2022-11-30 18:02:51 -05:00
README.md Update README 2025-11-27 14:36:14 +01:00

Dotfiles

Configuration for various bits of software I use.

This is tailored primarily for Linux workstations, but configuration that I used on my OpenBSD systems is available under the openbsd branch.

Installation

Copy the contents of .config/ to ~/.config/ and the contents of .local/ to ~/.local/.

cp -r .config/* ~/.config/
cp -r .local/* ~/.local/