Skip to main content

Crate dotfiles_actions

Crate dotfiles_actions 

Source
Expand description

This crate contains all concrete actions. They are contained in each of the modules in this crate:

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