annacruz / autoconfigure-machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoconfigure-machine

This repository is a series of playbooks to put my mac machines in shape and ready to work

Pre-requisites

  • Install xcode
  • Install xcode-select
  xcode-select --install
  • Sign xcodebuild
  sudo xcodebuild -license
  • Install brew
  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Install ansible
  brew install ansible
  • Install ansible-galaxy dependencies
  ansible-galaxy collection install community.general

[TODO]

  • Automatically install vim plugins
  • Automatically install nvim plugins
  • Configure tmux

[DONE]

  • Add spaceship theme on zsh configuration
  • Install node development basic packages:
    • nodemon
    • eslint

About


Languages

Language:Makefile 100.0%