Here are
24 public repositories
matching this topic...
Manage your dotfiles across multiple machines, securely.
Yet Another Dotfiles Manager
Updated
Sep 9, 2020
Python
GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches
Updated
May 27, 2020
Perl
🏠 dotfiles for my macOS environment
Updated
Sep 10, 2020
Shell
Python script to automate deployment of dotfile from git repos to local and remote hosts
Updated
Dec 4, 2013
Python
[mirror] Single-file dotfile manager in POSIX shell
Updated
Sep 16, 2020
Shell
A dotfilemanager that does some incredible stitching
Updated
Mar 17, 2020
Perl
Backs up dotfiles to your repository quickly and simply
Updated
Mar 24, 2017
Shell
Updated
May 9, 2020
Shell
An easy way to manage your dotfiles
Ansible playbook for configuring my laptop
Updated
Sep 10, 2020
Shell
DotfiM - A Dotfile Manager
Simple dotfiles management tool
Updated
Oct 22, 2019
Haskell
A simple script for keeping dotfiles synced
Updated
May 31, 2018
Python
A KISS bash-script to install dotfiles under version control.
Updated
Nov 3, 2017
Vim script
🔮 Simplistic dotfile manager
Updated
Jan 26, 2019
TypeScript
Creates a CLI environment for managing dotfiles using git on Linux
Updated
Aug 15, 2018
Shell
Configuration files used in my environment setup
Updated
Sep 4, 2020
Vim script
Manage Homemaker installation
Workspace configuration files.
Updated
Sep 9, 2020
Shell
A program for syncing your dotfiles and software across computers
Dotfiles repo with all my dotfiles managed only by git (not used anymore)
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.
Curate this topic
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."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The only thing blocking it from compiling on Windows is a call to
std::os::unix::fs::symlinkin 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.