diff --git a/.README.md b/.README.md index d53cd15..84ed918 100644 --- a/.README.md +++ b/.README.md @@ -49,6 +49,12 @@ git apply --stat --apply 2604.patch - check _Limit outgoing connections_; - check _Allow full access for 25 minutes_. +### Systemd + +Mask `onedrive` service for new user: + +`ln -s /dev/null /etc/skel/.config/systemd/user/onedrive.service` + ## Debian Packages {#debian} ### Installation @@ -115,6 +121,9 @@ git clone --bare $HOME/.dotfiles export ALL_PROXY=127.0.0.1:8082 git clone --bare https://forge.chapril.org/michel_ouba/points.git $HOME/.dotfiles +git clone --bare https://username:password@forge.chapril.org/michel_ouba/points.git $HOME/.dotfiles + # @ → %40 + alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME' dotfiles config --local status.showUntrackedFiles no