GithubHelp home page GithubHelp logo

os-common-deps's Introduction

os-common-deps (WIP)

Ensures common utilities and dependencies are installed for MacOS (and soon linux distros with apt-get/dnf package managers.)

Motivation

As a DevOps engineer writing scripts to facilitate local dev environments, I would like it if everyone had the same set of utilities available. Note that while this is commonly facilitated by an MDM solution in larger organizations this is often a point of frustration for startups.

Tools such as linuxify and macgnu exist, but they only address MacOS. As mentioned, this script will facilitate a few popular Linux distros as well.

Usage

This script can be run at any time, but ideally it is run as step one of an onboarding laptop setup guide.

Run:

bash <(curl -s <THE URL OF THIS SCRIPT (UPDATE LATER - GET RAW URL FOR NOW)>)

Dependencies

MacOS

The majority of these dependencies are up to date versions of common gnu kit, which MacOS has been deprived of updates for... Is it decades? It feels like decades. Licensing is rough.

Note that brew installs packages in '/usr/local/Cellar/' and creates symlinks in '/usr/opt/local' and '/usr/local/bin'.

brew curl gnu-which ca-certificates
bash gnu-sed grep
coreutils gnu-tar md5sha1sum
vim gzip glibc
bc unzip glib
less jq gcc
git yq binutils
mutagen findutils openssl docker
wget gnu-getopt gnutls asdf

Linux

Linux will get the usual suspects, vim, bc, curl, wget, etc.

Maintenance

Packages to be installed by this script are facilitated by both the 'packages' array and the 'installFoo' functions associated with it. TODO: Separate array by OS/Flavor.

When adding/removing dependencies, make the necessary changes in both places. EXCEPTION: brew packages iterate a common brew install function.

os-common-deps's People

Contributors

alexatkinson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.