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