mirror of
https://mirror.skon.top/github.com/HariSekhon/DevOps-Bash-tools
synced 2026-04-21 05:00:22 +08:00
Setup
- Package lists used by the
makebuild 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_*.shdirectory for common technologies that make it very easy to install software - the top level
Makefileinstalls these packages usingmakefor the core CI/CD list ormake desktopfor all the extra goodies you might use on your Desktop or Laptop - configurations in this directory and
../configsdirectory make it easy to set up a new laptop / workstation every time you work for a new company make linksymlinks all the../configslisted in thefiles.txtin 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.