https://github.com/mcombeau/dotfiles
https://github.com/mcombeau/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcombeau/dotfiles
- Owner: mcombeau
- Created: 2024-10-12T11:04:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T09:22:02.000Z (7 months ago)
- Last Synced: 2025-02-02T01:41:17.465Z (4 months ago)
- Language: Lua
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is an automated setup for Debian/Ubuntu based machines. It installs preconfigured binaries and sets up configuration files.
Setup in one command (no prerequisites):
```shell
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply mcombeau
```The dotfiles in this repo are managed using [Chezmoi](https://www.chezmoi.io/) and package install is handled with [Ansible](https://www.ansible.com/) (which is also automatically installed with the above command).