Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fefas/mac-setup

:gun: My personal Mac automated setup
https://github.com/fefas/mac-setup

ansible automated-setup mac

Last synced: about 1 month ago
JSON representation

:gun: My personal Mac automated setup

Awesome Lists containing this project

README

        

# My personal Mac setup

As we sometimes have to format our computer, I've decided to create this
repository that aims to automate my Mac setup process and let my life less boring.

> **Recommended:** after formatting, it is better to update the OS throught the
> App Store application before running the steps.

## Steps

Follow the steps to get your Mac set up:

1. Run the `bootstrap` script using the following command on the Terminal and it
will install XCode, Homebrew, Ansible and Git and will clone this repository:

```shell
$ bash -c $(curl -fsSL https://raw.githubusercontent.com/fefas/mac-setup/master/bootstrap)
```

2. After that, the script `install` will run the
```shell
$ mac-setup init # clone dotfiles
$ mac-setup install # configure and install
```

## TODO

What I still want to automate:

* [ ] Monitor
- [ ] Screen resolution
- [ ] Night Shift
* [ ] Dock
* [ ] Configure iTerm2
* [ ] Wallpapers
* [ ] ...