⚠️ Work in Progress This repo contains my personal dotfiles and setup scripts.
⚡ Note: Some playbooks and chezmoi extensions are still under active development.
export GITHUB_USERNAME=daes10
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/bin init --apply $GITHUB_USERNAME- Automate the setup of my development environment on Ubuntu
- Keep all config files (dotfiles) in sync across multiple machines
- Deploy software, tools, and extensions with minimal manual steps
- Eventually, enable one-command setup for a fresh system
– for automating installations and system configurations
– for managing dotfiles across machines
- for additional setup steps
- Future: one-command setup for a completely fresh Ubuntu install
- full automation for Gnome-Extensions via chezmoi
- extend compability for archlinux
- This setup is personalized for my workflow — paths, tools, OS and configs may need adjustments if used elsewhere
- Always backup existing dotfiles before applying this repo