1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 10:02:14 +00:00
Hari Sekhon 1d5db1101b
All checks were successful
Checkov / Checkov (push) Has been skipped
Docker Build (Alpine) / Docker Build (push) Has been skipped
Docker Build (CentOS) / Docker Build (push) Has been skipped
Docker Build (Debian) / Docker Build (push) Has been skipped
Docker Build (Fedora) / Docker Build (push) Has been skipped
Docker Build (Ubuntu) / Docker Build (push) Has been skipped
Grype / Grype (push) Has been skipped
Kics / Kics (push) Has been skipped
Semgrep Cloud / Semgrep Cloud (push) Has been skipped
Semgrep / Semgrep GitHub Security Tab (push) Has been skipped
SonarCloud / SonarCloud (push) Has been skipped
Trivy / Trivy (push) Has been skipped
Trivy Docker Image Scan / Trivy Docker Image Scan (push) Has been skipped
Validation / Validate (push) Has been skipped
updated brew-packages-desktop.txt
2025-01-29 19:17:51 +07:00
..
2024-09-22 21:55:56 +01:00
2024-08-07 14:36:35 +03:00
2024-02-09 02:23:20 +00:00
2024-02-09 02:23:39 +00: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
2025-01-26 03:21:58 +07: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
2024-04-24 15:57:04 +04:00
2024-10-08 04:48:04 +03:00
2024-08-19 01:28:57 +02:00
2024-11-25 01:39:53 +07:00
2024-09-22 20:32:22 +01:00
2025-01-26 03:24:48 +07:00
2023-05-10 00:08:03 +01: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.