doc: ReadMe
This commit is contained in:
parent
b693d4f80a
commit
3e0dfeb9e4
@ -49,6 +49,12 @@ git apply --stat --apply 2604.patch
|
|||||||
- check _Limit outgoing connections_;
|
- check _Limit outgoing connections_;
|
||||||
- check _Allow full access for 25 minutes_.
|
- 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}
|
## Debian Packages {#debian}
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
@ -115,6 +121,9 @@ git clone --bare <git-repo-url> $HOME/.dotfiles
|
|||||||
export ALL_PROXY=127.0.0.1:8082
|
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://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'
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||||
|
|
||||||
dotfiles config --local status.showUntrackedFiles no
|
dotfiles config --local status.showUntrackedFiles no
|
||||||
|
Loading…
Reference in New Issue
Block a user