https://github.com/mdzhang/laptop
Ansible playbooks for setting up laptop (macOS, Debian/Ubuntu)
https://github.com/mdzhang/laptop
ansible macos ubuntu
Last synced: over 1 year ago
JSON representation
Ansible playbooks for setting up laptop (macOS, Debian/Ubuntu)
- Host: GitHub
- URL: https://github.com/mdzhang/laptop
- Owner: mdzhang
- Created: 2018-02-11T18:14:40.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T19:58:50.000Z (about 2 years ago)
- Last Synced: 2024-06-14T21:59:35.649Z (about 2 years ago)
- Topics: ansible, macos, ubuntu
- Language: Ruby
- Size: 196 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laptop
Holds [Ansible](https://www.ansible.com/) playbook(s) to setup a new laptop.
## Usage
- Linux:
```sh
curl -s https://raw.githubusercontent.com/mdzhang/laptop/main/debian.sh | /bin/bash
```
- macOS:
```sh
curl -s https://raw.githubusercontent.com/mdzhang/laptop/main/macos.sh | /bin/bash
```
The script installs Ansible, then clones this repository and runs the playbook.
To directly run from an already checked out repository:
```sh
make run
```