Skip to content

unindented/setup-macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Languages