Sort the step list in the configuration (fix #562)

This commit is contained in:
Roey Darwish Dror
2020-11-16 14:28:29 +02:00
parent 36b436efcc
commit 9a368d8218

View File

@@ -63,55 +63,55 @@ type Commands = BTreeMap<String, String>;
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum Step {
System,
GitRepos,
Vim,
Emacs,
Gem,
Node,
Composer,
Krew,
Sdkman,
Remotes,
Rustup,
Cargo,
Flutter,
Go,
Shell,
Opam,
Vcpkg,
Pipx,
Stack,
Tlmgr,
Myrepos,
Pearl,
Jetpack,
Atom,
Firmware,
Restarts,
Tldr,
Wsl,
Tmux,
Vagrant,
MicrosoftAutoUpdate,
Brew,
MacPorts,
Nix,
HomeManager,
Asdf,
Atom,
Brew,
Cargo,
Chocolatey,
Scoop,
Choosenim,
Composer,
CustomCommands,
Deno,
Emacs,
Firmware,
Flatpak,
Snap,
Flutter,
Gcloud,
Gem,
GitRepos,
Go,
HomeManager,
Jetpack,
Krew,
MacPorts,
MicrosoftAutoUpdate,
Myrepos,
Nix,
Node,
Opam,
Pearl,
Pipx,
Pkg,
Powershell,
CustomCommands,
Yadm,
Sheldon,
Choosenim,
Remotes,
Restarts,
Rtcl,
Deno,
Gcloud,
Rustup,
Scoop,
Sdkman,
Sheldon,
Shell,
Snap,
Stack,
System,
Tldr,
Tlmgr,
Tmux,
Vagrant,
Vcpkg,
Vim,
Wsl,
Yadm,
}
#[derive(Deserialize, Default, Debug)]