Bash-it (fix #621) (#625)

This commit is contained in:
Roey Darwish Dror
2021-02-10 08:58:03 +02:00
committed by GitHub
parent 098b60ba38
commit 729b5b6cb4
3 changed files with 19 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ fn run() -> Result<()> {
runner.execute(Step::Shell, "zim", || zsh::run_zim(&base_dirs, run_type))?;
runner.execute(Step::Shell, "oh-my-zsh", || zsh::run_oh_my_zsh(&ctx))?;
runner.execute(Step::Shell, "fisher", || unix::run_fisher(&base_dirs, run_type))?;
runner.execute(Step::Shell, "bash-it", || unix::run_bashit(&ctx))?;
runner.execute(Step::Shell, "oh-my-fish", || unix::run_oh_my_fish(&ctx))?;
runner.execute(Step::Tmux, "tmux", || tmux::run_tpm(&base_dirs, run_type))?;
runner.execute(Step::Tldr, "TLDR", || unix::run_tldr(run_type))?;