mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
fix dead links
This commit is contained in:
4
CONTRIBUTING.md
vendored
4
CONTRIBUTING.md
vendored
@@ -165,7 +165,7 @@ Dotdrop is tested with the use of the [tests.sh](/tests.sh) script.
|
||||
|
||||
* Test for PEP8 compliance with `pycodestyle` and `pyflakes`
|
||||
* Run the unittest available in [tests directory](/tests)
|
||||
* Run the bash script tests in [tests-ng directory](tests-ng)
|
||||
* Run the bash script tests in [tests-ng directory](/tests-ng)
|
||||
|
||||
## Testing with unittest
|
||||
|
||||
@@ -177,7 +177,7 @@ for the tests.
|
||||
|
||||
## Testing with bash scripts
|
||||
|
||||
The bash scripts are available in [tests-ng directory](tests-ng).
|
||||
The bash scripts are available in [tests-ng directory](/tests-ng).
|
||||
These test entire workflows by simulating the use of dotdrop from end to end
|
||||
for different use-cases (usually described in their filename or in the file header).
|
||||
|
||||
|
||||
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