Git Product home page Git Product logo

mac-devops-setup's Introduction

πŸ’» DevOps Mac OS automated setup

This ansible playbook install and setup most of softwares and utilities for my DevOps environment.

πŸš₯ Installation

First of all clone or download this repository on your mac.

πŸš€ Usage

Just run the following command at the root of this project and enter your account password when prompted.

ansible-playbook setup-my-mac.yml -i inventory -K

You can customize setup editing config.yml config file.

✨What this playbook do

The complete list of softwares installed is in config.yml , but in summary here what the playbook do.

  • Install homebrew and cask and install applications, utilities and quick look plugins.

    Docker, Vagrant, slack, 1password, postman,...

  • Clone my dotfile from github repository.

  • Configure terminal

    Install iTerm2 (Solarized Dark theme, font-inconsolata) Install Zsh and configure options with oh-my-zsh

  • Configure Mac OS

    Show icons for hard drives, servers, and removable media on the desktop Avoid creating .DS_Store files on network volumes Finder: show status bar Save screenshots in PNG format Save screenshots to the Desktop/Screenshots folder

Using Tags

Tags in Ansible are a powerful feature that allow you to control the execution of your playbook at a granular level. By using tags, you can choose to run only the tasks or roles associated with certain tags.

For example, if you want to run only the tasks that set up Go packages, you can use the setup_gopackages tag. Here's how you can do this:

ansible-playbook setup-my-mac.yml --tags setup_gopackages -K

Improvements

Configure iTerm2 Profile with Solarized theme. Add config for sync settings VScode and Brave Configure VPN

Testing the Playbook

Use Mac virtualbox https://github.com/geerlingguy/macos-virtualbox-vm

See also

mac-devops-setup's People

Contributors

j-zimnowoda avatar demisr avatar ferruhcihan avatar caslubbers avatar morriz 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.