Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseomartelli/mac-apps
A list of macOS apps I use
https://github.com/eliseomartelli/mac-apps
Last synced: 30 days ago
JSON representation
A list of macOS apps I use
- Host: GitHub
- URL: https://github.com/eliseomartelli/mac-apps
- Owner: eliseomartelli
- License: mit
- Created: 2020-11-14T09:09:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T07:37:09.000Z (8 months ago)
- Last Synced: 2024-10-30T04:07:10.237Z (2 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# README
This repository contains an Ansible playbook for managing my macOS systems.
## Requirements
Before running these playbooks, make sure you have the following installed:
- Ansible (preferably version 2.9 or higher)
- Python 3.6 or higher## Getting Started
To use these playbooks, follow these steps:
1. Clone this repository to your local machine using Git.
2. Install the necessary dependencies by running `ansible-galaxy install -r requirements.yaml` in the top level directory of the repository.
3. Run the playbooks using the following command:
- `ansible-playbook -K playbook.yaml`
4. The playbooks will run and configure your macOS system accordingly.
5. Install [dotfiles](https://github.com/eliseomartelli/dotfiles) with GNU Stow.## License
These playbooks are licensed under the MIT License. See the [LICENSE](./license) file for more information.