Dotfiles — My Development Environment Configuration
A collection of development environment configurations — set up a complete dev environment with one command.
What Problem Does This Solve?
You get a new machine (or reinstall the OS). How do you quickly restore your familiar development environment?
Install software and configure files one by one? That takes hours or even days.
The Solution
This project is an automated development environment setup script.
- One-command deploy —
./setup.shhandles everything automatically - Complete toolchain — Helix, Zsh, Rust, Go, Node.js, and more
- Reproducible — pinned versions ensure consistent setups
You can:
- Use it directly — get an environment matching mine
- Learn from it — see how dotfiles can be organized
- Customize it — fork it and build your own
Quick Start
&&
Completes in ~20–50 minutes depending on machine specs and network speed.
Project Link
- GitHub: cncsmonster/dotfiles
Star and PRs welcome! ⭐
Comments