Files
2026-04-12 08:14:32 +02:00
..
2024-09-22 21:55:56 +01:00
2025-03-15 03:29:24 +08:00
2024-08-07 14:36:35 +03:00
2024-02-09 02:23:20 +00:00
2025-03-15 03:10:10 +08:00
2024-09-04 00:12:03 +02:00
2024-09-22 19:32:58 +01:00
2024-02-18 17:01:02 +00:00
2024-02-18 17:01:02 +00:00
2026-02-15 19:37:28 -03:00
2024-03-15 00:17:05 +00:00
2024-01-27 01:12:22 +00:00
2024-01-27 01:12:25 +00:00
2026-01-28 08:03:04 -04:00
2026-01-29 17:46:49 -04:00
2024-10-08 04:48:04 +03:00
2025-03-15 04:23:19 +08:00
2026-02-03 04:53:34 -03:00
2024-09-22 20:32:22 +01:00
2026-02-15 20:06:15 -03:00
2026-02-15 19:59:50 -03:00

Setup

  • Package lists used by the make build at the top level
    • OS packages - Mac OS X / macOS and Linux distributions (RHEL/CentOS, Debian/Ubuntu, Alpine)
    • language libraries for Python, Perl, Golang
  • Simple installation scripts are found in the ../install/install_*.sh directory for common technologies that make it very easy to install software
  • the top level Makefile installs these packages using make for the core CI/CD list or make desktop for all the extra goodies you might use on your Desktop or Laptop
  • configurations in this directory and ../configs directory make it easy to set up a new laptop / workstation every time you work for a new company
  • make link symlinks all the ../configs listed in the files.txt in this directory

Almost nothing should need to be done manually, a single make desktop command and you should be up and running.

Mac XCode for Developers

Run git - it will automatically prompt to install XCode if needed. If git runs, XCode is likely already installed.