Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fefas/mac-setup
- Owner: fefas
- License: unlicense
- Created: 2017-11-11T20:25:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T16:14:56.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T01:43:15.256Z (3 months ago)
- Topics: ansible, automated-setup, mac
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* [ ] ...