Split package managers to different steps (#447)

This commit is contained in:
Roey Darwish Dror
2020-06-24 14:30:24 +03:00
committed by GitHub
parent a9e529eb79
commit 28c4c743ea
2 changed files with 37 additions and 10 deletions

View File

@@ -61,7 +61,6 @@ type Commands = BTreeMap<String, String>;
#[strum(serialize_all = "snake_case")]
pub enum Step {
System,
PackageManagers,
GitRepos,
Vim,
Emacs,
@@ -90,6 +89,17 @@ pub enum Step {
Wsl,
Tmux,
Vagrant,
MicrosoftAutoUpdate,
Brew,
MacPorts,
Nix,
HomeManager,
Asdf,
Chocolatey,
Scoop,
Flatpak,
Snap,
Pkg,
}
#[derive(Deserialize, Default, Debug)]