Expand description
This crate contains all concrete actions. They are contained in each of the modules in this crate:
- brew: A set of actions that act as wrappers around homebrew.
- create: Creates a new directory
- exec: runs a command in the shell
- homebrew_install: installs homebrew.
- link: Creates a symlink to a file or directory
- ohmyzsh_install: installs ohmyzsh
Re-exports§
pub use filesystem;
Modules§
- apt
- This module contains the AptAction
- brew
- This module contains the BrewAction
- create
- This module contains the CreateAction class that is used by the runtime to create a new directory.
- exec
- This module contains the ExecAction used to execute a command on the shell.
- homebrew_
install - This module contains the HomebrewInstallAction
- install_
command - Module that contains common code for all commands that install a package
- link
- This module contains the LinkAction class that is used by the runtime to create a symlink.
- ohmyzsh_
install - This module contains the OhMyZshInstallAction