From f58a979dea899cf493955af3ccde84833caf7305 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Mon, 7 Jun 2021 09:51:26 +0200 Subject: [PATCH] broot install script --- dot_scripts/bootstrap.sh | 2 ++ dot_scripts/install_broot.sh | 4 ++++ 2 files changed, 6 insertions(+) create mode 100755 dot_scripts/install_broot.sh diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index de62f07..9c71360 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -45,6 +45,8 @@ autoload -U compinit && compinit "$HOME/.scripts/install_weavescope.sh" "$HOME/.scripts/install_bashtop.sh" "$HOME/.scripts/install_awsls.sh" +"$HOME/.scripts/install_bach.sh" # Bash testing framework +"$HOME/.scripts/install_broot.sh" "$HOME/.scripts/configure_git_hooks.sh" "$HOME/.scripts/upgrade.sh" "$HOME/.scripts/reload.sh" diff --git a/dot_scripts/install_broot.sh b/dot_scripts/install_broot.sh new file mode 100755 index 0000000..e8e9fdd --- /dev/null +++ b/dot_scripts/install_broot.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +echo "Installing Broot" +ln -snf "$HOME/Code/dotfiles/private_dot_config/broot/conf.toml" "$HOME/.config/broot/conf.toml" +broot --install