Split package managers to different steps (#447)
This commit is contained in:
committed by
GitHub
parent
a9e529eb79
commit
28c4c743ea
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user