This commit is contained in:
parent
eae1033f79
commit
7db8e40b80
|
|
@ -1,10 +1,13 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
dbus-launch
|
||||||
|
|
||||||
# setup GIT
|
# setup GIT
|
||||||
git config --global user.email "lukasgraz@gmail.com"
|
git config --global user.email "lukasgraz@gmail.com"
|
||||||
git config --global user.name "LukasGraz"
|
git config --global user.name "LukasGraz"
|
||||||
|
|
||||||
# download this repo
|
# download this repo
|
||||||
|
mkdir Desktop
|
||||||
cd Desktop
|
cd Desktop
|
||||||
git clone https://github.com/Greeenstone/ArchTitus
|
git clone https://github.com/Greeenstone/ArchTitus
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue