Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

DEPRECATED - merged with dotfiles in another repository

License

Notifications You must be signed in to change notification settings

matejkosiarcik/personal-scripts

Repository files navigation

Personal Scripts

Collection of my personal scripts

Introduction

This repository consists of a few main subdirectories:

Directory Purpose
scripts/ primary scripts (added into PATH)
cron/ scripts executed by cron (not added to PATH)
deamons/ scripts executed automatically on system start and kept running (not added to PATH)
dependencies/ project runtime dependencies
setup/ installation helpers

Installation

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

Install project dependencies:

make bootstrap

Build project:

make build

Install project system-wide:

make install

Or run everything at once:

make all install

License

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

About

DEPRECATED - merged with dotfiles in another repository

Resources

License

Stars

Watchers

Forks