improved colorscheme setup

This commit is contained in:
Léana 江 2023-02-11 14:39:05 +01:00
parent 0afdb12d5e
commit 01458069c1
11 changed files with 76 additions and 952 deletions

View file

@ -1,6 +1,6 @@
function sync_notes
echo ===== (date) =====
rsync -r -v --chown=caddy:caddy --chmod=u=rwX,g=rX,o=rX --exclude ".DS_Store" --update --times --compress --delay-updates \
rsync --recursive --verbose --chown=caddy:caddy --chmod=u=rwX,g=rX,o=rX --exclude=".DS_Store" --update --times --compress --delay-updates --delete \
/Users/leana/Documents/Rennes\ 1/L2/Prise\ de\ notes/ \
earth2077.fr:/srv/http/notes/
end