mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-23 07:15:07 +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
|
||||
|
||||
2
docs/installation.md
vendored
2
docs/installation.md
vendored
@@ -166,8 +166,6 @@ Dotdrop is available on aur:
|
||||
* Stable: <https://aur.archlinux.org/packages/dotdrop/>
|
||||
* Git version: <https://aur.archlinux.org/packages/dotdrop-git/>
|
||||
|
||||
Make sure to install the [python-magic-ahupp](https://aur.archlinux.org/packages/python-magic-ahupp/) from aur.
|
||||
|
||||
## Snap package
|
||||
|
||||
Dotdrop is available as a snap package: <https://snapcraft.io/dotdrop>.
|
||||
|
||||
5
docs/misc/people-using-dotdrop.md
vendored
5
docs/misc/people-using-dotdrop.md
vendored
@@ -1,12 +1,11 @@
|
||||
For more examples, see how people are using dotdrop:
|
||||
|
||||
* [https://github.com/open-dynaMIX/dotfiles](https://github.com/open-dynaMIX/dotfiles)
|
||||
* [https://github.com/moyiz/dotfiles](https://github.com/moyiz/dotfiles)
|
||||
* [https://github.com/japorized/dotfiles](https://github.com/japorized/dotfiles)
|
||||
* [https://github.com/whitelynx/dotfiles](https://github.com/whitelynx/dotfiles)
|
||||
* [https://github.com/Eluminae/dotfiles](https://github.com/Eluminae/dotfiles)
|
||||
* [https://github.com/davla/dotfiles](https://github.com/davla/dotfiles) and [https://github.com/davla/setup](https://github.com/davla/setup)
|
||||
* [https://github.com/davla/dotfiles](https://github.com/davla/dotfiles)
|
||||
|
||||
Dotfiles repositories using dotdrop on [GitHub](https://github.com/topics/dotdrop?o=desc&s=updated) and [GitLab](https://gitlab.com/search?search=dotdrop).
|
||||
Dotfiles repositories using dotdrop on [GitHub](https://github.com/topics/dotdrop?o=desc&s=updated).
|
||||
|
||||
Or search directly on [GitHub](https://github.com/search?q=filename%3Aconfig.yaml+dotdrop&type=Code) for config examples.
|
||||
|
||||
Reference in New Issue
Block a user