https://github.com/galchammat/.dotfiles
Provision an Ubuntu dev environment in one command
https://github.com/galchammat/.dotfiles
ansible-playbook shell ubuntu
Last synced: 2 months ago
JSON representation
Provision an Ubuntu dev environment in one command
- Host: GitHub
- URL: https://github.com/galchammat/.dotfiles
- Owner: galchammat
- Created: 2026-01-02T03:41:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T06:48:53.000Z (4 months ago)
- Last Synced: 2026-03-04T12:59:37.429Z (4 months ago)
- Topics: ansible-playbook, shell, ubuntu
- Language: Lua
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZTP Dev Environment
## How to use
This command runs the complete setup from factory.
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/galchammat/.dotfiles/main/bin/dotfiles)"
```
## Idempotency
All tasks in the ansible-playbook have safety checks that skip existing installs or configs.