Skip to content

Collection of personal scripts and config files

License

Notifications You must be signed in to change notification settings

matejkosiarcik/dotfiles

Repository files navigation

Personal dotfiles

Collection of my personal system config files and scripts

About

Repository is split into multiple directories:

Directory Purpose
apps/ Applications - usually wrapping scripts using platypus
config/ Config files - installed into $HOME
deamons/ 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.