Dotfiles and setup automation, managed with GNU Stow.
Originally forked from michailpanagiotis/apparatus ❤️
platforms/<os>/ # per-platform config (packages, stow targets, repos, links)
<package>/ # stow packages (zsh, git, kitty, sway, etc.)
install.sh # generic driver script
# check if current OS is supported
./install.sh --check-support
# full install (packages + repos + links + stow)
./install.sh
# restow dotfiles only
./install.sh --stow-only
# unstow dotfiles
./install.sh --unstow-onlyCreate platforms/<os-id>/ (where <os-id> matches the ID field in /etc/os-release) with:
config—APPARATUS_DIR,PKG_CMD,PKG_PER_LINEdeclarationspackages.<N>.<manager>— one package per line, installed in sort orderstow-targets—TARGET:packageper linerepos(optional) —target_dir git_urlper linelinks(optional) —link_name:target_pathper linepre-install.sh/post-install.sh(optional) — run before/after package install
Catppuccin Mocha, applied in kitty, neovim, sway, waybar, mako, tig, and swaylock.