/dotfiles

files dipped in' dots

Primary LanguageVim ScriptApache License 2.0Apache-2.0

dotfiles

Setup

geerlingguy/mac-dev-playbook

Installation

Apple's CLI tools

xcode-select --install

  • export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH"
  • sudo pip3 install --upgrade pip
  • pip3 install ansible

git clone git@github.com:geerlingguy/mac-dev-playbook.git

Run playbook

ansible-playbook main.yml --ask-become-pass


zsh

Installation

sh -c \
"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"