dojang: A cross-platform dotfiles manager

[ configuration, gpl, library, program ] [ Propose Tags ] [ Report a vulnerability ]

See also the README.md file.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
static

Static link

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0
Change log CHANGES.md
Dependencies base (>=4.7 && <5), bytestring (>=0.11 && <0.13), case-insensitive (>=1.2.1.0 && <2), code-page (>=0.2 && <0.3), containers (>0), deepseq (>=1.4 && <2), Diff (>=0.4.1 && <1.1), directory (>=1.3.8 && <1.4), dojang (>0), extra (>=1.7 && <2), filepath (>=1.4.100 && <2), filepattern (>=0.1.3 && <2), fortytwo (>=2 && <2.1), hashable (>=1.4.2.0 && <2), megaparsec (>=9.3 && <10), monad-logger (>=0.3 && <0.4), mtl (>=2.3 && <3), optparse-applicative (>=0.17 && <0.19), parser-combinators (>=1 && <2), pretty-terminal (>=0.1 && <0.2), process (>=1.6 && <2), semver (>=0.4 && <0.5), text (>=2 && <3), text-show (>=3 && <4), toml-parser (>=1.3 && <2), unordered-containers (>=0.2.19.1 && <1) [details]
License GPL-3.0-or-later
Copyright © 2023 Hong Minhee
Author Hong Minhee <hong@minhee.org>
Maintainer Hong Minhee <hong@minhee.org>
Uploaded by hongminhee at 2026-01-19T04:55:21Z
Category Configuration
Home page https://dojang.dev/
Distributions
Executables dojang
Downloads 71 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-01-19 [all 1 reports]

Readme for dojang-0.2.0

[back to package description]

Available in other languages: 한국어.


Dojang: A cross-platform dotfiles manager

GPL 3.0 GitHub Actions Codecov

Dojang is a cross-platform dotfiles manager. Here are some of the highlights:

  • Lightweight. It's built as a native executable, so it's easy to install and fast to run.
  • Cross-platform. It works on both the POSIX family and Windows.
  • Flexible. It keeps in mind that config files can be placed in different places or have different contents depending on the environment.
  • Safe. Every run can be previewed by simulating it in a sandbox environment with the --dry-run option.
  • Friendly. Error messages are friendly and print helpful hints or warnings.

For further information, see the docs:

Distributed under the GPL 3.0 or later.