Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcombeau/dotfiles
https://github.com/mcombeau/dotfiles
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcombeau/dotfiles
- Owner: mcombeau
- Created: 2024-10-12T11:04:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T11:51:58.000Z (about 1 month ago)
- Last Synced: 2024-11-19T12:53:08.718Z (about 1 month ago)
- Language: Lua
- Size: 46.9 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).