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