Closed VPraharsha03 closed 8 months ago
After you clone the repo you will probably want to pull or add/commit stuff anyways... I don't think the convenience of quickly setting up a machine without git is a good enough reason to implement a whole git client.
Is your feature request related to a problem? Please describe. Currently the only pre-requisite for dotter to run on a new machine is git, particularly on windows git doesn't come pre-installed, if dotter could implement a command (say
fetch
) to checkout dotfiles repo on a new windows machine that would simplify the process by just only requiring to install dotter binaries. This might help simplify deployment process by reducing commands to a single command.Describe the solution you'd like probably something like
dotter --fetch https://github.com/username/dotfiles.git
, this is similar to whatchezmoi
implementsDescribe alternatives you've considered using git to clone dotfiles or downloading the source code archive (curl) and extracting it using
Expand-Archive
ortar
commands (on Windows 10).