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: 2 months ago
JSON representation

🧑🏻‍💻 Setup my daily macOS/Linux environment using Ansible

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