dotfiles/dot_scripts/install_broot.sh

5 lines
157 B
Bash
Raw Normal View History

2021-06-07 07:51:26 +00:00
#!/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