dogsbodytech / workstation-tools

This is a collection of tools and scripts we use on our personal workstations.
MIT License
1 stars 1 forks source link
hacktoberfest

Welcome to the Dogsbody Workstation tools repo

This is a collection of tools and scripts we use on our personal workstations. We mainly use Ubuntu so you can expect the tools to have been tested there. They will be written in the best tool for the job (BASH or Python 3 :P )

Getting started

An aim for this repository is to be as modular as possible

cd /path/to/this/repo

# If you want to install all packages
make all

# If you only want the patch-on-startup tool set up
make patch-on-startup

If your operating system isn't officially supported you can force the install with:

make OVERRIDE=TRUE

Use with care

Development notes

If you are developing any tools for this repo please follow these points: