Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T04:41:00.000Z (about 2 months ago)
- Last Synced: 2025-01-25T18:33:57.649Z (9 days ago)
- Topics: ansible, infrastructure-as-code
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 3
- 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