Added a few more scripts

This commit is contained in:
2024-06-17 01:23:02 +02:00
parent 3f71189bf1
commit 3b97ae4f33
10 changed files with 462 additions and 18 deletions

View File

@@ -2,6 +2,6 @@ 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
echo "Cloning stable misebuntu..."
git clone -b v0.1 https://git.cbo.dk/rasmus/setup-ubuntu.git ~/.local/share/misebuntu > /dev/null
source ~/.local/share/misebuntu/install.sh