diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 4486f9791..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: ['https://tippin.me/@_LR_'] diff --git a/README.md b/README.md index 674ee2a1f..dc6c5ce69 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Keep your application settings in sync. -[![Status](https://github.com/lra/mackup/workflows/Mackup/badge.svg)](https://github.com/lra/mackup/actions) -[![snapcraft](https://snapcraft.io/mackup/badge.svg)](https://snapcraft.io/mackup) - ## Table of content - [Mackup](#mackup) diff --git a/mackup/applications/asdf.cfg b/mackup/applications/asdf.cfg index d57f8dc14..daf8547d7 100644 --- a/mackup/applications/asdf.cfg +++ b/mackup/applications/asdf.cfg @@ -5,4 +5,7 @@ name = asdf .asdfrc .default-gems .default-npm-packages +.default-python-packages +.default-golang-pkgs +.default-mix-commands .tool-versions diff --git a/tests/README.md b/tests/README.md index d27f371d0..4d48a0aa6 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,9 +7,8 @@ Feel free to add more, the more the better! ## How to run the tests ```bash -pip install pipenv -pipenv install -d -pipenv run make test +pip install poetry +make test ``` And you should see