Use stow for managing dotfiles

This commit is contained in:
Oliver Davies 2021-07-10 22:20:50 +01:00
parent 7b29ee2104
commit 7fed1cf922
83 changed files with 61 additions and 40 deletions

View file

@ -0,0 +1,16 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"deployer/deployer": "^4.0",
"drush/drush": "^8.0",
"hirak/prestissimo": "^0.3.5",
"laravel/installer": "^2.1",
"pantheon-systems/terminus": "^0.13.1",
"squizlabs/php_codesniffer": "^2.7",
"symfony/flex": "^1.6"
},
"config": {
"sort-packages": true
}
}