unindented / setup-macos

Ansible playbook to install and configure stuff I use on macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Up macOS

This Ansible playbook installs and configures most of the stuff I use on macOS.

Screenshot of terminal

Usage

Install command line tools for Xcode:

xcode-select --install

Then run:

./install.sh

To change the default shell back to bash, run:

sudo sh -c 'echo /opt/homebrew/bin/bash >> /etc/shells'
chsh -s /opt/homebrew/bin/bash

Meta

Contributors

Daniel Perez Alvarez (daniel@unindented.org)

License

Copyright (c) 2023 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Ansible playbook to install and configure stuff I use on macOS.

License:MIT License


Languages

Language:Shell 100.0%