1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 18:45:13 +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

4
CONTRIBUTING.md vendored
View File

@@ -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` * Test for PEP8 compliance with `pycodestyle` and `pyflakes`
* Run the unittest available in [tests directory](/tests) * 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 ## Testing with unittest
@@ -177,7 +177,7 @@ for the tests.
## Testing with bash scripts ## 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 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). for different use-cases (usually described in their filename or in the file header).

View File

@@ -11,4 +11,4 @@ alias dotgit="git -C $DOTREPO"
alias dotsync="dotgit pull && dotgit add -A && dotgit commit && dotgit push; dotdrop install" 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 ## 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) 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-format/#config-entry) use their default values. and [link_on_import](https://dotdrop.readthedocs.io/en/latest/config/config-config/) use their default values.
Import the file: Import the file:
```bash ```bash

View File

@@ -166,8 +166,6 @@ Dotdrop is available on aur:
* Stable: <https://aur.archlinux.org/packages/dotdrop/> * Stable: <https://aur.archlinux.org/packages/dotdrop/>
* Git version: <https://aur.archlinux.org/packages/dotdrop-git/> * 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 ## Snap package
Dotdrop is available as a snap package: <https://snapcraft.io/dotdrop>. Dotdrop is available as a snap package: <https://snapcraft.io/dotdrop>.

View File

@@ -1,12 +1,11 @@
For more examples, see how people are using dotdrop: For more examples, see how people are using dotdrop:
* [https://github.com/open-dynaMIX/dotfiles](https://github.com/open-dynaMIX/dotfiles) * [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/japorized/dotfiles](https://github.com/japorized/dotfiles)
* [https://github.com/whitelynx/dotfiles](https://github.com/whitelynx/dotfiles) * [https://github.com/whitelynx/dotfiles](https://github.com/whitelynx/dotfiles)
* [https://github.com/Eluminae/dotfiles](https://github.com/Eluminae/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. Or search directly on [GitHub](https://github.com/search?q=filename%3Aconfig.yaml+dotdrop&type=Code) for config examples.