broot install script
This commit is contained in:
parent
0316dbb803
commit
f58a979dea
@ -45,6 +45,8 @@ autoload -U compinit && compinit
|
|||||||
"$HOME/.scripts/install_weavescope.sh"
|
"$HOME/.scripts/install_weavescope.sh"
|
||||||
"$HOME/.scripts/install_bashtop.sh"
|
"$HOME/.scripts/install_bashtop.sh"
|
||||||
"$HOME/.scripts/install_awsls.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/configure_git_hooks.sh"
|
||||||
"$HOME/.scripts/upgrade.sh"
|
"$HOME/.scripts/upgrade.sh"
|
||||||
"$HOME/.scripts/reload.sh"
|
"$HOME/.scripts/reload.sh"
|
||||||
|
4
dot_scripts/install_broot.sh
Executable file
4
dot_scripts/install_broot.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user