GitXplorerGitXplorer
K

environment-setup

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
8e448788b5a4891d53be6d98d0874675c3cddc1b

Add Notion as a Cask to install

KKushalP committed 5 years ago
Unverified
c51f18baae3ed698e008ed09572f39a1fc472015

Install the Concourse CI tools

KKushalP committed 5 years ago
Unverified
87167cb59310355183df30f88628e0e36805b865

Install `yamllint` to keep us sane

KKushalP committed 5 years ago
Unverified
6d52732178fd6a5c5eae77ab3a0acd0d80c5f8bc

Install `scala` and `sbt` for Scala stuff

KKushalP committed 5 years ago
Unverified
9627b3228985261faca82ea0454134aedbf908d6

Use `fd` instead of `find` as it's cleaner

KKushalP committed 5 years ago
Unverified
0566c8fa3534485aeab5c9ebfe49a64767552ef9

Install GPG suite

KKushalP committed 5 years ago

README

The README file for this repository.

Environment Setup

This is an ansible configuration to setup my OS X machine.

Installation

  1. Ensure Apple's command line tools are installed (xcode-select --install to launch the installer).
  2. Install pip
  3. Clone this repository to your local drive.
  4. Run $ pip install -r requirements.txt
  5. Run $ ansible-galaxy install -r requirements.yml inside this directory to install required Ansible roles.
  6. Run $ ansible-playbook main.yml -i inventory -K inside this directory. Enter your account password when prompted.

Note: If some Homebrew commands fail, you might need to agree to Xcode's license or fix some other Brew issue. Run brew doctor to see if this is the case.