conf needs to be correct before syncing
This commit is contained in:
parent
176a58507f
commit
a4c81c9be7
1 changed files with 4 additions and 4 deletions
8
setup.sh
8
setup.sh
|
@ -186,6 +186,10 @@ python3 -m pip install --user --upgrade setuptools wheel
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 setup.py sdist bdist_wheel
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
|
# dotfiles
|
||||||
|
cd ${WORKDIR}
|
||||||
|
rsync -a dotfiles/ ~/
|
||||||
|
|
||||||
# Card/Cal
|
# Card/Cal
|
||||||
sudo pip3 install khal khard
|
sudo pip3 install khal khard
|
||||||
vdirsyncer discover contacts
|
vdirsyncer discover contacts
|
||||||
|
@ -195,10 +199,6 @@ vdirsyncer sync
|
||||||
# Firefox pass host app
|
# Firefox pass host app
|
||||||
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
|
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
|
||||||
|
|
||||||
# dotfiles
|
|
||||||
cd ${WORKDIR}
|
|
||||||
rsync -a dotfiles/ ~/
|
|
||||||
|
|
||||||
# Background
|
# Background
|
||||||
sudo mkdir -p /usr/local/share/backgrounds
|
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
|
sudo wget https://www.publicdomainpictures.net/pictures/230000/velka/night-landscape-15010066769pV.jpg -O /usr/local/share/backgrounds/night-landscape.jpg
|
||||||
|
|
Loading…
Add table
Reference in a new issue