From 7db8e40b80beb42f40cb870784ab008d1feb494c Mon Sep 17 00:00:00 2001 From: Lukas Graz Date: Mon, 25 Apr 2022 16:53:13 +0200 Subject: [PATCH] . --- scripts/my_gnome_setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/my_gnome_setup.sh b/scripts/my_gnome_setup.sh index f5ee03e..f65c569 100755 --- a/scripts/my_gnome_setup.sh +++ b/scripts/my_gnome_setup.sh @@ -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 ..