1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 18:24:16 +00:00

fix dead links

This commit is contained in:
deadc0de6
2023-01-18 07:17:15 +01:00
parent b3e79da7f9
commit 835810524c
5 changed files with 7 additions and 10 deletions

View File

@@ -11,4 +11,4 @@ alias dotgit="git -C $DOTREPO"
alias dotsync="dotgit pull && dotgit add -A && dotgit commit && dotgit push; dotdrop install"
```
Provided by [ReekyMarko](https://github.com/ReekyMarko).
Provided by ReekyMarko.

View File

@@ -18,8 +18,8 @@ will fail.
## Symlink a dotfile
Below is an ad-hoc way to symlink a dotfile when [link_dotfile_default](https://dotdrop.readthedocs.io/en/latest/config-format/#config-entry)
and [link_on_import](https://dotdrop.readthedocs.io/en/latest/config-format/#config-entry) use their default values.
Below is an ad-hoc way to symlink a dotfile when [link_dotfile_default](https://dotdrop.readthedocs.io/en/latest/config/config-config/)
and [link_on_import](https://dotdrop.readthedocs.io/en/latest/config/config-config/) use their default values.
Import the file:
```bash