Three parts: configs, setup, scripts.
Setting up a new system sucks when you're a power user. Everything from installs to setting up your homerow mods and WM navigation that nobody understands. This helps me get something up atleast partially.
| Dir | Purpose |
|---|---|
config/ |
Dotfiles managed via git-stow |
setup/ |
Bootstrap scripts for fresh systems |
scripts/ |
Automation utilities |
# Bootstrap a new system
cd setup && ./bootstrap.sh
# Stow configs manually
cd config && stow -t ~ */make format # shfmt + black
make lint # syntax checkSee individual directories for details.