broot install script

This commit is contained in:
MorganGeek 2021-06-07 09:51:26 +02:00
parent 0316dbb803
commit f58a979dea
2 changed files with 6 additions and 0 deletions

View File

@ -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"

4
dot_scripts/install_broot.sh Executable file
View File

@ -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