This repository contains a curated subset of my ~/.config setup.
It is public on purpose, so feel free to copy anything useful.
- Terminal and shell configs (
zsh,tmux,alacritty,wezterm) - Developer tooling (
lazygit,mise,devcontainers) - CLI app configs (
yazi,opencode,pi) - Utility scripts (
bin/and selected app-specific scripts)
- This is not a full machine backup.
- The repo is allowlisted via
.gitignore, so only selected files are tracked. - Secrets and host-specific cache files should stay untracked.
Pick the parts you need and copy or symlink them into your own setup.
Example:
cp zsh/.zshrc ~/.zshrc
cp tmux/tmux.conf ~/.config/tmux/tmux.confMIT. See LICENSE.