conf needs to be correct before syncing

main
Micke Nordin 3 years ago
parent 176a58507f
commit a4c81c9be7

@ -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

Loading…
Cancel
Save