-
Updated
Dec 6, 2020 - Go
dotfile-management
Here are 28 public repositories matching this topic...
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 1, 2020 - Perl
-
Updated
Dec 5, 2020 - Rust
-
Updated
Nov 14, 2020 - Go
-
Updated
Sep 10, 2020 - Shell
-
Updated
Dec 4, 2013 - Python
-
Updated
Sep 16, 2020 - Shell
-
Updated
Sep 30, 2020 - Perl
-
Updated
Mar 24, 2017 - Shell
-
Updated
May 9, 2020 - Shell
-
Updated
Jun 8, 2019 - Perl
-
Updated
Dec 5, 2019 - D
-
Updated
Oct 22, 2019 - Haskell
-
Updated
May 31, 2018 - Python
-
Updated
Nov 3, 2017 - Vim script
-
Updated
Sep 23, 2020 - TypeScript
-
Updated
Aug 15, 2018 - Shell
-
Updated
Oct 13, 2020 - Vim script
-
Updated
Oct 30, 2020 - HTML
-
Updated
Oct 1, 2020 - Shell
-
Updated
Oct 2, 2020 - Shell
-
Updated
Dec 24, 2019 - C
-
Updated
Jul 27, 2018 - Shell
Improve this page
Add a description, image, and links to the dotfile-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotfile-management topic, visit your repo's landing page and select "manage topics."
The only thing blocking it from compiling on Windows is a call to
std::os::unix::fs::symlink
in the linker. This is easily fixable. In particular, the following function needs to be implemented for Windows:https://github.com/tkadur/dotman/blob/efb0192094b165fcf805ee08e7af70680ba121e5/src/linker/mod.rs#L45-L48
As for testing that all behavior is correct on Windows, see #2.