Personal dotfiles

May 13, 2025 · View on GitHub

Collection of my personal system config files and scripts

About

Repository is split into multiple directories:

DirectoryPurpose
apps/Applications - usually wrapping scripts using platypus
config/Config files - installed into $HOME
daemons/Scripts executed automatically in the background (system startup, directory monitoring, cron, …)
scripts/Scripts - to be added to $PATH and used interactively

Installation

You probably don't want to actually install my dotfiles… So this section is mostly for my future self :) .

Install project dependencies:

make bootstrap

Build subprojects:

make build

Install project system-wide:

make install

Or just run everything mentioned (and more):

make all install

License

This project is licensed under the MIT License, see LICENSE.txt for full license details.