https://github.com/shuuji3/ansible-setup-env
🧑🏻💻 Setup my daily macOS/Linux environment using Ansible
https://github.com/shuuji3/ansible-setup-env
ansible infrastructure-as-code
Last synced: 2 months ago
JSON representation
🧑🏻💻 Setup my daily macOS/Linux environment using Ansible
- Host: GitHub
- URL: https://github.com/shuuji3/ansible-setup-env
- Owner: shuuji3
- Created: 2019-10-29T05:15:11.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T04:41:00.000Z (over 1 year ago)
- Last Synced: 2025-09-07T03:49:36.875Z (10 months ago)
- Topics: ansible, infrastructure-as-code
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-setup-env
🧑🏻💻 Setup my daily macOS/Linux environment with Ansible
## How to set up
### On Pop!_OS
```shell
cd pop_os/ && make
```
### On macOS
```shell
cd macos/ && make
```
#### Acknowledgements
- [geerlingguy/mac-dev-playbook: Mac setup and configuration via Ansible.](https://github.com/geerlingguy/mac-dev-playbook)
### On Ubuntu
maybe TBW