Skip to content

antonmarin/dev-settings

Repository files navigation

dev-settings

Storage of my dev settings

curl -O https://raw.githubusercontent.com/antonmarin/dev-settings/master/Taskfile.yml
curl -O https://raw.githubusercontent.com/antonmarin/dev-settings/master/Makefile
curl -O https://raw.githubusercontent.com/antonmarin/dev-settings/master/.editorconfig
curl -sSo ~/Documents/idea-spelling.dic https://raw.githubusercontent.com/antonmarin/dev-settings/master/idea-spelling.dic
curl -O https://raw.githubusercontent.com/antonmarin/dev-settings/master/.php_cs
curl -O https://raw.githubusercontent.com/antonmarin/dev-settings/master/.githint.json
curl -O https://raw.githubusercontent.com/antonmarin/dev-settings/master/phpstan.neon
curl -sSo .github/workflows/onpush.yml https://raw.githubusercontent.com/antonmarin/dev-settings/master/github/workflows/onpush.yml

Git utils

curl -sSo /usr/local/bin/git-churn https://raw.githubusercontent.com/antonmarin/dev-settings/master/bin/git-churn && chmod +x /usr/local/bin/git-churn

Composer require checker

curl -Lo bin/composer-require-checker.phar https://github.com/maglnet/ComposerRequireChecker/releases/download/3.0.0/composer-require-checker.phar && chmod +x bin/composer-require-checker.phar