A cross-platform dotfiles manager
 
 
 
 
 
 
Go to file
洪 民憙 (Hong Minhee) 1dfa0b8d0d
build / check (push) Has been cancelled Details
build / test (macos-latest) (push) Has been cancelled Details
build / test (macos-latest-xlarge) (push) Has been cancelled Details
build / test (ubuntu-latest) (push) Has been cancelled Details
build / test (windows-latest) (push) Has been cancelled Details
build / build (macos-latest) (push) Has been cancelled Details
build / build (macos-latest-xlarge) (push) Has been cancelled Details
build / build (windows-latest) (push) Has been cancelled Details
build / build-linux (push) Has been cancelled Details
build / doc (push) Has been cancelled Details
build / release (push) Has been cancelled Details
Upgrade Stackage LTS 21.20 to 21.21
2023-11-20 09:29:11 +09:00
.github/workflows Release automation 2023-11-16 20:32:34 +09:00
.vscode Revamped dojang init command 2023-11-17 23:56:28 +09:00
Formula Install completions using brew 2023-11-10 19:03:36 +09:00
app Revamped dojang init command 2023-11-17 23:56:28 +09:00
doc Use GFM admonition syntax 2023-11-19 16:03:20 +09:00
schema TOML schema 2023-11-13 22:30:52 +09:00
scripts Add docs for resolving conflicts 2023-11-19 11:10:33 +09:00
src Refactor error handling in MonadFileSystem 2023-11-20 09:26:48 +09:00
test Fix DryRunIO.listDirectory 2023-11-20 09:21:06 +09:00
.dockerignore Statically linked build 2023-11-15 23:14:38 +09:00
.editorconfig Use System.Directory.OsPath 2023-10-19 11:56:41 +09:00
.gitignore Local mkdocs build script 2023-11-14 09:36:13 +09:00
CHANGES.md Initial commit 2023-10-15 00:39:45 +09:00
Dockerfile Statically linked build 2023-11-15 23:14:38 +09:00
LICENSE Initial commit 2023-10-15 00:39:45 +09:00
README.en.md Link to the website 2023-11-14 09:22:33 +09:00
README.ko.md Link to the website 2023-11-14 09:22:33 +09:00
README.md More detailed intro 2023-11-08 12:54:46 +09:00
Setup.hs Initial commit 2023-10-15 00:39:45 +09:00
cat-pow.svg Much more docs & cute logo 2023-11-10 01:02:23 +09:00
fourmolu.yaml Initial commit 2023-10-15 00:39:45 +09:00
hie.yaml Get rid of doctest 2023-10-27 15:07:36 +09:00
mkdocs.yml Use GFM admonition syntax 2023-11-19 16:03:20 +09:00
package.yaml Change homepage URL 2023-11-19 16:42:18 +09:00
stack.yaml Upgrade Stackage LTS 21.20 to 21.21 2023-11-20 09:29:11 +09:00
stack.yaml.lock Upgrade Stackage LTS 21.20 to 21.21 2023-11-20 09:29:11 +09:00

README.en.md

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.