← Package directory
Available on winget

Install Dotter

A dotfile manager and templater written in rust.

Install with winget
winget install --id SuperCuber.Dotter
Upgrade
winget upgrade --id SuperCuber.Dotter
Uninstall
winget uninstall --id SuperCuber.Dotter

About Dotter

Dotter is a dotfile manager and templater. Dotfiles are configuration files that usually live in the home directory and start with a dot. Often times, it is desirable to have a backup of all the configurations on your system, which is why a lot of users have their dotfiles saved in a git repository, then symlinking them to their target locations using ln -s. However, there are several issues with that barebones approach: - Hard to keep track of what comes from where once you have more than a handful of dotfiles - T...

What's new in 0.13.4

What's Changed - Upgrade Handlebars to version 6 by @sunng87 in https://github.com/SuperCuber/dotter/pull/191 - Add OS variables by @SuperCuber in https://github.com/SuperCuber/dotter/pull/202 New Contributors - @sunng87 made their first contribution in https://github.com/SuperCuber/dotter/pull/191 Full Changelog: https://github.com/SuperCuber/dotter/compare/v0.13.3...v0.13.4

Read release notes

Version history

Version Updated Notes
0.13.4 Unknown What's Changed - Upgrade Handlebars to version 6 by @sunng87 in https://github.com/SuperCuber/dotter/pull/191 - Add OS variables by @SuperCuber in https://github.com/SuperCuber/dotter/pull/202 New Contributors - @sunng87...
0.13.3 Unknown What's Changed Language and dependency version bumps :) New Contributors - @chenrui333 made their first contribution in #18
0.13.1 Unknown No notes