From a4c81c9be76ee7e572bd0906df7ab2fb3111b596 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 15 Dec 2020 17:48:01 +0100 Subject: [PATCH] conf needs to be correct before syncing --- setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 443391b..6be3050 100644 --- a/setup.sh +++ b/setup.sh @@ -186,6 +186,10 @@ python3 -m pip install --user --upgrade setuptools wheel python3 setup.py sdist bdist_wheel sudo python3 setup.py install +# dotfiles +cd ${WORKDIR} +rsync -a dotfiles/ ~/ + # Card/Cal sudo pip3 install khal khard vdirsyncer discover contacts @@ -195,10 +199,6 @@ vdirsyncer sync # Firefox pass host app curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox -# dotfiles -cd ${WORKDIR} -rsync -a dotfiles/ ~/ - # Background sudo mkdir -p /usr/local/share/backgrounds sudo wget https://www.publicdomainpictures.net/pictures/230000/velka/night-landscape-15010066769pV.jpg -O /usr/local/share/backgrounds/night-landscape.jpg