💾 Archived View for ait.place › dot › bin › gemup.txt captured on 2022-07-16 at 13:48:58.

View Raw

More Information

➡️ Next capture (2023-01-29)

-=-=-=-=-=-=-

#!/bin/sh
url=ait.place
gempath=${XDG_DOCUMENTS_DIR:-$HOME/Documents}/gemini/ait_place/content
dotpath=${XDG_DATA_HOE:-$HOME/.local/share}/dot
sucklesspath=$HOME/.local/src/suckless

gmnigit \
	-url "https://$url/dot.git" \
	-repo $dotpath \
	-dist $gempath/dot

gmnigit \
	-url "https://$url/suckless.git --recurse-submodules" \
	-repo $sucklesspath \
	-dist $gempath/suckless

rsync \
	--exclude="" \
	-azvP \
	--delete \
	$gempath \
	$url:/srv/gemini/