This commit is contained in:
Lukas Graz 2022-04-25 16:53:13 +02:00
parent eae1033f79
commit 7db8e40b80
1 changed files with 3 additions and 0 deletions

View File

@ -1,10 +1,13 @@
#!/usr/bin/env bash
dbus-launch
# setup GIT
git config --global user.email "lukasgraz@gmail.com"
git config --global user.name "LukasGraz"
# download this repo
mkdir Desktop
cd Desktop
git clone https://github.com/Greeenstone/ArchTitus
cd ..