A minimal and efficient dotfiles management repository powered by Mise and Dotter.
- Mise: Automatically installs and manages development tools, languages, and environments.
- Dotter: Templating and symlink deployment for dotfiles configuration modules.
To initialize your environment and deploy the configurations, run the installation script:
./install.shThe script will:
- Install Mise if it is not already installed.
- Install all CLI tools declared in
.mise.toml. - Invoke Dotter to automatically deploy and symlink configuration files.
To safely revert symlinks, purge the configurations, and remove Mise-installed tools:
./uninstall.sh