diff --git a/init-bash.sh b/init-bash.sh new file mode 100644 index 0000000..ddac712 --- /dev/null +++ b/init-bash.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +mkdir ~/bin +git clone https://github.com/mrzool/bash-sensible ~/bin/bash-sensible +echo "source ~/bin/bash-sensible/sensible.bash" >> ~/.bashrc +source ~/.bashrc