all local changes

This commit is contained in:
MorganGeek
2021-06-07 11:51:29 +02:00
parent 87d138f1a5
commit 923f0ba039
6 changed files with 61 additions and 15 deletions

5
dot_scripts/install_bach.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
echo "Installing Bach (Bash Testing Framework)"
sudo curl -L https://raw.githubusercontent.com/bach-sh/bach/master/bach.sh -o /usr/local/bin/bach
chmod +x "$_"