echo "Installing git..." sudo apt-get update > /dev/null sudo apt-get install -y git > /dev/null echo "Cloning stable Mise-en-place..." git clone -b v0.1 https://git.cbo.dk/rasmus/setup-ubuntu.git ~/.local/share/mise-en-place > /dev/null source ~/.local/share/mise-en-place/install.sh