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:
2
docs/howto/improve-git-integration.md
vendored
2
docs/howto/improve-git-integration.md
vendored
@@ -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.
|
||||
|
||||
4
docs/howto/symlink-dotfiles.md
vendored
4
docs/howto/symlink-dotfiles.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user