feat: Prepare to switch to Chezmoi

This commit is contained in:
punkfairie 2024-04-13 15:06:37 -07:00
parent 2f11a028e0
commit 0b8dea6545
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
24 changed files with 680 additions and 88 deletions

View file

@ -10,9 +10,10 @@ local deck = bling.layout.deck
machi.editor.nested_layouts = { machi.editor.nested_layouts = {
["0"] = deck, ["0"] = deck,
["1"] = awful.layout.suit.spiral, ["1"] = mstab,
["2"] = awful.layout.suit.fair, ["2"] = awful.layout.suit.spiral,
["3"] = awful.layout.suit.fair.horizontal, ["3"] = awful.layout.suit.fair,
["4"] = awful.layout.suit.fair.horizontal,
} }
-- Table of layouts to cover with awful.layout.inc, order matters. -- Table of layouts to cover with awful.layout.inc, order matters.

View file

@ -1,5 +1,6 @@
{ {
"require": { "require": {
"laravel/installer": "^5.5" "laravel/installer": "^5.6",
"cpriego/valet-linux": "^2.3"
} }
} }

View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1bc764b67085124dbeb47e2fa195048c", "content-hash": "f549eefbe875104320937dfd396c3f80",
"packages": [ "packages": [
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@ -75,6 +75,96 @@
], ],
"time": "2024-02-09T16:56:22+00:00" "time": "2024-02-09T16:56:22+00:00"
}, },
{
"name": "cpriego/valet-linux",
"version": "v2.3.10",
"source": {
"type": "git",
"url": "https://github.com/cpriego/valet-linux.git",
"reference": "321e261bfc425b06acd9cba4eab11e44cc4f6759"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cpriego/valet-linux/zipball/321e261bfc425b06acd9cba4eab11e44cc4f6759",
"reference": "321e261bfc425b06acd9cba4eab11e44cc4f6759",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-posix": "*",
"illuminate/container": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"mnapoli/silly": "~1.1",
"nategood/httpful": "~0.2",
"outrightvision/api-model": "^1.0",
"php": ">=7.0",
"symfony/process": "~2.7|~3.0|~4.0|~5.0|^6.0",
"tightenco/collect": "~5.3|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"mockery/mockery": "^1.2.3",
"phpunit/phpunit": "~5.5|^9.0"
},
"bin": [
"valet"
],
"type": "library",
"autoload": {
"files": [
"cli/includes/compatibility.php",
"cli/includes/facades.php",
"cli/includes/helpers.php"
],
"psr-4": {
"Valet\\": "cli/Valet/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
},
{
"name": "Carlos Priego",
"email": "carlos.enrique.priego@gmail.com"
},
{
"name": "Leonardo Nodari",
"email": "nodarileonardo@gmail.com"
},
{
"name": "Joaquín Marcher",
"email": "joaquin@marcher.com.uy"
},
{
"name": "Ludovic Lemarinel",
"email": "ludovic@adesin.fr"
}
],
"description": "A more enjoyable local development experience for Linux.",
"keywords": [
"arch",
"fedora",
"laravel",
"linux",
"ubuntu",
"valet",
"wwdhhd",
"zonda"
],
"support": {
"issues": "https://github.com/cpriego/valet-linux/issues",
"source": "https://github.com/cpriego/valet-linux/tree/v2.3.10"
},
"time": "2024-02-14T10:32:47+00:00"
},
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "2.0.10", "version": "2.0.10",
@ -168,16 +258,16 @@
}, },
{ {
"name": "illuminate/collections", "name": "illuminate/collections",
"version": "v10.47.0", "version": "v10.48.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/collections.git", "url": "https://github.com/illuminate/collections.git",
"reference": "7bc2e907285b6a38acb3b386dcc577b185bf3d73" "reference": "f9589f1063a449111dcaa1d68285b507d9483a95"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/7bc2e907285b6a38acb3b386dcc577b185bf3d73", "url": "https://api.github.com/repos/illuminate/collections/zipball/f9589f1063a449111dcaa1d68285b507d9483a95",
"reference": "7bc2e907285b6a38acb3b386dcc577b185bf3d73", "reference": "f9589f1063a449111dcaa1d68285b507d9483a95",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -219,11 +309,11 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2024-03-04T18:11:18+00:00" "time": "2024-03-20T20:09:13+00:00"
}, },
{ {
"name": "illuminate/conditionable", "name": "illuminate/conditionable",
"version": "v10.47.0", "version": "v10.48.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/conditionable.git", "url": "https://github.com/illuminate/conditionable.git",
@ -267,9 +357,60 @@
}, },
"time": "2023-02-03T08:06:17+00:00" "time": "2023-02-03T08:06:17+00:00"
}, },
{
"name": "illuminate/container",
"version": "v10.48.4",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939",
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939",
"shasum": ""
},
"require": {
"illuminate/contracts": "^10.0",
"php": "^8.1",
"psr/container": "^1.1.1|^2.0.1"
},
"provide": {
"psr/container-implementation": "1.1|2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "10.x-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Container\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Container package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-06-18T09:12:03+00:00"
},
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v10.47.0", "version": "v10.48.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
@ -317,16 +458,16 @@
}, },
{ {
"name": "illuminate/filesystem", "name": "illuminate/filesystem",
"version": "v10.47.0", "version": "v10.48.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/filesystem.git", "url": "https://github.com/illuminate/filesystem.git",
"reference": "43cd2a29c96f447bad57332a66dac645f026b917" "reference": "592fb581a52fba43bf78c2e4b22db540c9f9f149"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/43cd2a29c96f447bad57332a66dac645f026b917", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/592fb581a52fba43bf78c2e4b22db540c9f9f149",
"reference": "43cd2a29c96f447bad57332a66dac645f026b917", "reference": "592fb581a52fba43bf78c2e4b22db540c9f9f149",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -380,11 +521,11 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2024-01-30T03:11:34+00:00" "time": "2024-03-11T21:45:53+00:00"
}, },
{ {
"name": "illuminate/macroable", "name": "illuminate/macroable",
"version": "v10.47.0", "version": "v10.48.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/macroable.git", "url": "https://github.com/illuminate/macroable.git",
@ -430,16 +571,16 @@
}, },
{ {
"name": "illuminate/support", "name": "illuminate/support",
"version": "v10.47.0", "version": "v10.48.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/support.git", "url": "https://github.com/illuminate/support.git",
"reference": "a98f849a2a0f36fbcbec77d07cae680e240ccdc1" "reference": "980d80017e859c8b1720892d952516e8c0b6708f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/a98f849a2a0f36fbcbec77d07cae680e240ccdc1", "url": "https://api.github.com/repos/illuminate/support/zipball/980d80017e859c8b1720892d952516e8c0b6708f",
"reference": "a98f849a2a0f36fbcbec77d07cae680e240ccdc1", "reference": "980d80017e859c8b1720892d952516e8c0b6708f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -497,20 +638,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2024-03-02T00:22:09+00:00" "time": "2024-03-11T21:46:45+00:00"
}, },
{ {
"name": "laravel/installer", "name": "laravel/installer",
"version": "v5.5.3", "version": "v5.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/installer.git", "url": "https://github.com/laravel/installer.git",
"reference": "0d4cd3b27037ee3f2d4c599f838c7ae93827f184" "reference": "9aa23f46453076e026237a54ae7eb23455ab1921"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/installer/zipball/0d4cd3b27037ee3f2d4c599f838c7ae93827f184", "url": "https://api.github.com/repos/laravel/installer/zipball/9aa23f46453076e026237a54ae7eb23455ab1921",
"reference": "0d4cd3b27037ee3f2d4c599f838c7ae93827f184", "reference": "9aa23f46453076e026237a54ae7eb23455ab1921",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -550,22 +691,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/installer/issues", "issues": "https://github.com/laravel/installer/issues",
"source": "https://github.com/laravel/installer/tree/v5.5.3" "source": "https://github.com/laravel/installer/tree/v5.7.1"
}, },
"time": "2024-03-05T15:26:46+00:00" "time": "2024-04-02T14:11:43+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.1.16", "version": "v0.1.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781" "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/ca6872ab6aec3ab61db3a61f83a6caf764ec7781", "url": "https://api.github.com/repos/laravel/prompts/zipball/8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5",
"reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781", "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -607,9 +748,123 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.1.16" "source": "https://github.com/laravel/prompts/tree/v0.1.17"
}, },
"time": "2024-02-21T19:25:27+00:00" "time": "2024-03-13T16:05:43+00:00"
},
{
"name": "mnapoli/silly",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/mnapoli/silly.git",
"reference": "fdb69ac9335b4c83f70baf433eae91e691901f1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mnapoli/silly/zipball/fdb69ac9335b4c83f70baf433eae91e691901f1c",
"reference": "fdb69ac9335b4c83f70baf433eae91e691901f1c",
"shasum": ""
},
"require": {
"php": ">=7.4",
"php-di/invoker": "~2.0",
"psr/container": "^1.0|^2.0",
"symfony/console": "~3.0|~4.0|~5.0|~6.0|~7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"mnapoli/phpunit-easymock": "~1.0",
"phpunit/phpunit": "^6.4|^7|^8|^9|^10"
},
"type": "library",
"autoload": {
"psr-4": {
"Silly\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Silly CLI micro-framework based on Symfony Console",
"keywords": [
"PSR-11",
"cli",
"console",
"framework",
"micro-framework",
"silly"
],
"support": {
"issues": "https://github.com/mnapoli/silly/issues",
"source": "https://github.com/mnapoli/silly/tree/1.9.0"
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/mnapoli/silly",
"type": "tidelift"
}
],
"time": "2024-01-18T15:47:39+00:00"
},
{
"name": "nategood/httpful",
"version": "0.3.2",
"source": {
"type": "git",
"url": "https://github.com/nategood/httpful.git",
"reference": "0cded3ea97ba905600de9ceb9ef13f3ab681587c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nategood/httpful/zipball/0cded3ea97ba905600de9ceb9ef13f3ab681587c",
"reference": "0cded3ea97ba905600de9ceb9ef13f3ab681587c",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Httpful": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nate Good",
"email": "me@nategood.com",
"homepage": "http://nategood.com"
}
],
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
"homepage": "http://github.com/nategood/httpful",
"keywords": [
"api",
"curl",
"http",
"requests",
"rest",
"restful"
],
"support": {
"issues": "https://github.com/nategood/httpful/issues",
"source": "https://github.com/nategood/httpful/tree/v0.3.2"
},
"time": "2020-01-25T01:13:13+00:00"
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
@ -718,6 +973,117 @@
], ],
"time": "2024-01-25T10:35:09+00:00" "time": "2024-01-25T10:35:09+00:00"
}, },
{
"name": "outrightvision/api-model",
"version": "v1.0.24",
"source": {
"type": "git",
"url": "https://github.com/OUTRIGHT-Vision/api-model.git",
"reference": "f781b494a485ff915f307c3364a20579466c67e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/OUTRIGHT-Vision/api-model/zipball/f781b494a485ff915f307c3364a20579466c67e0",
"reference": "f781b494a485ff915f307c3364a20579466c67e0",
"shasum": ""
},
"require": {
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^8.5",
"php": "^8.2",
"phpunit/phpunit": "^10.0"
},
"type": "library",
"autoload": {
"files": [
"src/Support/helpers.php"
],
"psr-4": {
"Tests\\": "tests/",
"OUTRIGHTVision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joaquin Marcher",
"email": "joaquin@marcher.com.uy"
}
],
"description": "Generate Laravel-like Api Models",
"keywords": [
"api",
"eloquent",
"laravel",
"models"
],
"support": {
"issues": "https://github.com/OUTRIGHT-Vision/api-model/issues",
"source": "https://github.com/OUTRIGHT-Vision/api-model/tree/v1.0.24"
},
"time": "2023-12-06T13:59:55+00:00"
},
{
"name": "php-di/invoker",
"version": "2.3.4",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/Invoker.git",
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
"shasum": ""
},
"require": {
"php": ">=7.3",
"psr/container": "^1.0|^2.0"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Invoker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Generic and extensible callable invoker",
"homepage": "https://github.com/PHP-DI/Invoker",
"keywords": [
"callable",
"dependency",
"dependency-injection",
"injection",
"invoke",
"invoker"
],
"support": {
"issues": "https://github.com/PHP-DI/Invoker/issues",
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.4"
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
}
],
"time": "2023-09-08T09:24:21+00:00"
},
{ {
"name": "psr/clock", "name": "psr/clock",
"version": "1.0.0", "version": "1.0.0",
@ -872,16 +1238,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v7.0.4", "version": "v7.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f" "reference": "fde915cd8e7eb99b3d531d3d5c09531429c3f9e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/6b099f3306f7c9c2d2786ed736d0026b2903205f", "url": "https://api.github.com/repos/symfony/console/zipball/fde915cd8e7eb99b3d531d3d5c09531429c3f9e5",
"reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f", "reference": "fde915cd8e7eb99b3d531d3d5c09531429c3f9e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -945,7 +1311,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v7.0.4" "source": "https://github.com/symfony/console/tree/v7.0.6"
}, },
"funding": [ "funding": [
{ {
@ -961,7 +1327,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-22T20:27:20+00:00" "time": "2024-04-01T11:04:53+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -1494,20 +1860,20 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v7.0.4", "version": "v6.4.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9" "reference": "710e27879e9be3395de2b98da3f52a946039f297"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9", "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
"reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9", "reference": "710e27879e9be3395de2b98da3f52a946039f297",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.2" "php": ">=8.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1535,7 +1901,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v7.0.4" "source": "https://github.com/symfony/process/tree/v6.4.4"
}, },
"funding": [ "funding": [
{ {
@ -1551,20 +1917,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-22T20:27:20+00:00" "time": "2024-02-20T12:31:00+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v3.4.1", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" "reference": "11bbf19a0fb7b36345861e85c5768844c552906e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e",
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", "reference": "11bbf19a0fb7b36345861e85c5768844c552906e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1617,7 +1983,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.4.1" "source": "https://github.com/symfony/service-contracts/tree/v3.4.2"
}, },
"funding": [ "funding": [
{ {
@ -1633,7 +1999,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-12-26T14:02:43+00:00" "time": "2023-12-19T21:51:00+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
@ -1818,16 +2184,16 @@
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
"version": "v3.4.1", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation-contracts.git", "url": "https://github.com/symfony/translation-contracts.git",
"reference": "06450585bf65e978026bda220cdebca3f867fde7" "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
"reference": "06450585bf65e978026bda220cdebca3f867fde7", "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1876,7 +2242,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" "source": "https://github.com/symfony/translation-contracts/tree/v3.4.2"
}, },
"funding": [ "funding": [
{ {
@ -1892,7 +2258,147 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-12-26T14:02:43+00:00" "time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v6.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "95bd2706a97fb875185b51ecaa6112ec184233d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/95bd2706a97fb875185b51ecaa6112ec184233d4",
"reference": "95bd2706a97fb875185b51ecaa6112ec184233d4",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/console": "<5.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/error-handler": "^6.3|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/uid": "^5.4|^6.0|^7.0",
"twig/twig": "^2.13|^3.0.4"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.4.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-03-19T11:56:30+00:00"
},
{
"name": "tightenco/collect",
"version": "v9.52.7",
"source": {
"type": "git",
"url": "https://github.com/tighten/collect.git",
"reference": "b15143cd11fe01a700fcc449df61adc64452fa6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tighten/collect/zipball/b15143cd11fe01a700fcc449df61adc64452fa6d",
"reference": "b15143cd11fe01a700fcc449df61adc64452fa6d",
"shasum": ""
},
"require": {
"php": "^8.0",
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"nesbot/carbon": "^2.23.0",
"phpunit/phpunit": "^8.3"
},
"type": "library",
"autoload": {
"files": [
"src/Collect/Support/helpers.php",
"src/Collect/Support/alias.php"
],
"psr-4": {
"Tightenco\\Collect\\": "src/Collect"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "Collect - Illuminate Collections as a separate package.",
"keywords": [
"collection",
"laravel"
],
"support": {
"issues": "https://github.com/tighten/collect/issues",
"source": "https://github.com/tighten/collect/tree/v9.52.7"
},
"abandoned": "illuminate/collections",
"time": "2023-04-14T21:51:36+00:00"
}, },
{ {
"name": "voku/portable-ascii", "name": "voku/portable-ascii",

View file

@ -16,4 +16,4 @@ set -gx FZF_DEFAULT_OPTS "\
# fzf.fish # fzf.fish
set -g fzf_preview_dir_cmd eza --all --color=always --sort=name --group-directories-first set -g fzf_preview_dir_cmd eza --all --color=always --sort=name --group-directories-first
set -g fzf_diff_highlighter delta --paging=never --width=20 set -g fzf_diff_highlighter delta --paging=never --features=arctic-fox

View file

@ -1,3 +1,3 @@
#!/usr/bin/env fish #!/usr/bin/env fish
set -gx GTK_THEME 'Catppuccin-Macchiato-Standard-Pink-dark:dark' set -gx GTK_THEME Catppuccin-Macchiato-Standard-Pink-Dark

View file

@ -1,3 +1,7 @@
#!/usr/bin/env fish #!/usr/bin/env fish
fish_add_path "$HOME/.config/composer/vendor/bin" fish_add_path "$HOME/.config/composer/vendor/bin"
abbr -a p --position command php
abbr -a pa --position command "php artisan"
abbr -a a --position command "php artisan"

View file

@ -1,4 +0,0 @@
jorgebucaran/fisher
catppuccin/fish
jorgebucaran/autopair.fish
PatrickF1/fzf.fish

View file

View file

View file

@ -4,8 +4,8 @@ set -l msg_file $argv[1]
set -l commit_type $(string trim $argv[2]) set -l commit_type $(string trim $argv[2])
set -l commit_sha $(string trim $argv[3]) set -l commit_sha $(string trim $argv[3])
# Rebasing. # Rebasing || cherry-picking.
if test "$commit_type" = messageg if test "$commit_type" = messageg || test "$commit_type" = message
exit 0 exit 0
end end

View file

@ -3,7 +3,7 @@
], ],
"news": { "news": {
"NEWS.md": "2123" "NEWS.md": "3314"
}, },
"version": 3 "version": 3
} }

View file

@ -3,7 +3,6 @@ return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
---@class PluginLspOpts ---@class PluginLspOpts
opts = { opts = {
--@type lspconfig.options
servers = { servers = {
-- data/conf -- data/conf
sqlls = {}, sqlls = {},
@ -74,17 +73,8 @@ return {
}, },
-- php -- php
intelephense = { phpactor = {
filetypes = { "php", "blade" }, filetypes = { "php", "blade" },
settings = {
intelephense = {
filetypes = { "php", "blade" },
files = {
associations = { "*.php", "*.blade.php" },
maxSize = 5000000,
},
},
},
}, },
-- shell -- shell

View file

@ -0,0 +1,6 @@
return {
{
"ludovicchabant/vim-gutentags",
lazy = false,
},
}

View file

@ -0,0 +1,3 @@
return {
{ "wakatime/vim-wakatime", lazy = false },
}

View file

@ -0,0 +1,29 @@
local ls = require("luasnip")
local s = ls.snippet
local i = ls.insert_node
local fmt = require("luasnip.extras.fmt").fmt
return {
s(
{ trig = "sd!", desc = "Saudade page" },
fmt(
[[
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{}</title>
<link rel="stylesheet" href="/style.css" />
<!-- saudade includes -->
<script src="/saudade.js@root" type="module"></script>
</head>
<body>
{}
</body>
</html>
]],
{ i(1), i(0) }
)
),
}

View file

@ -10,15 +10,24 @@ base-devel
bat bat
bat-extras bat-extras
bind bind
bluetuith
bluez
bluez-utils
browsh-bin browsh-bin
btop btop
catppuccin-cursors-macchiato catppuccin-cursors-macchiato
catppuccin-gtk-theme-macchiato catppuccin-gtk-theme-macchiato
cheat-bin cheat-bin
cmake
colord colord
composer
copyq copyq
cowsay cowsay
cpio
ctags
dnsmasq
dotfiles.sh-git dotfiles.sh-git
dunst
efibootmgr efibootmgr
eza eza
fd fd
@ -29,6 +38,7 @@ fontforge
fortune-mod-archlinux fortune-mod-archlinux
fortune-mod-billwurtz fortune-mod-billwurtz
fzf fzf
gamemode
gd gd
git git
git-delta git-delta
@ -39,14 +49,23 @@ gparted
grub grub
gum gum
gvfs-smb gvfs-smb
hunspell-en_us
hyfetch hyfetch
hyphen-en
hyprland
imagemagick imagemagick
inotify-tools
iptables-nft iptables-nft
jc jc
jq
lazygit lazygit
lazysql lib32-gamemode
lib32-vkd3d
libheif libheif
libmythes
libreoffice-fresh
libtransmission libtransmission
libva-nvidia-driver-git
linux linux
linux-firmware linux-firmware
linux-firmware-qlogic linux-firmware-qlogic
@ -54,6 +73,8 @@ linux-headers
lolcat lolcat
lsof lsof
luarocks luarocks
lutris
mailhog
mailhog-bin mailhog-bin
man-db man-db
man-pages man-pages
@ -67,17 +88,25 @@ mopidy-mpd
mopidy-mpris mopidy-mpris
mopidy-podcast mopidy-podcast
mpc mpc
mythes-en
ncmpcpp ncmpcpp
neovim neovim
networkmanager networkmanager
nginx-mainline nginx
nm-connection-editor nm-connection-editor
ntfs-3g ntfs-3g
nvidia
nvidia-settings
openrazer-daemon openrazer-daemon
os-prober os-prober
pamixer pamixer
papirus-folders-catppuccin-git papirus-folders-catppuccin-git
papirus-icon-theme papirus-icon-theme
php-fpm
php-mcrypt
php-redis
php-sqlite
php83-iconv
picom-git picom-git
pipewire pipewire
pipewire-alsa pipewire-alsa
@ -85,7 +114,9 @@ pipewire-pulse
pkgfile pkgfile
playerctl playerctl
plocate plocate
polkit-kde-agent
postgresql postgresql
protonup-qt
python-catppuccin python-catppuccin
python-pip python-pip
python-pipenv python-pipenv
@ -94,8 +125,11 @@ python-pynvim
qt5-graphicaleffects qt5-graphicaleffects
qt5-quickcontrols2 qt5-quickcontrols2
qt5-svg qt5-svg
qt5ct
qt6-wayland
razercommander razercommander
re2c re2c
redis
reflector reflector
ripgrep ripgrep
rofi rofi
@ -106,6 +140,9 @@ sddm
shfmt shfmt
smbclient smbclient
starship starship
steam
swaylock-effects-git
swww-git
termux-language-server termux-language-server
thunar thunar
timeshift timeshift
@ -114,10 +151,12 @@ topgrade
transmission-cli transmission-cli
transmission-gtk transmission-gtk
ttf-apple-emoji ttf-apple-emoji
ttf-comic-sans
ttf-fairiesevka ttf-fairiesevka
ttf-fairiesevka-propo ttf-fairiesevka-propo
ttf-fairiesevka-term ttf-fairiesevka-term
ttf-firacode-nerd ttf-firacode-nerd
ttf-liberation
ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols
ttfautohint ttfautohint
udisks2 udisks2
@ -125,18 +164,29 @@ ufw
unzip unzip
upd72020x-fw upd72020x-fw
ventoy-bin ventoy-bin
vesktop
vkd3d
volta volta
vulkan-tools
wd719x-firmware wd719x-firmware
wezterm wezterm
wget wget
wine
wireshark-gtk2 wireshark-gtk2
wishlist-bin wishlist-bin
wofi
xclip xclip
xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
xf86-video-nouveau xf86-video-nouveau
xfce4-settings
xorg-server xorg-server
xorg-server-xephyr xorg-server-xephyr
xorg-xinit xorg-xinit
xorg-xrandr xorg-xrandr
xorg-xwayland
xsel
xterm xterm
yay yay
zathura zathura

File diff suppressed because one or more lines are too long

View file

@ -31,9 +31,9 @@
"incomplete-dir-enabled": false, "incomplete-dir-enabled": false,
"inhibit-desktop-hibernation": false, "inhibit-desktop-hibernation": false,
"lpd-enabled": true, "lpd-enabled": true,
"main-window-height": 1102, "main-window-height": 465,
"main-window-is-maximized": false, "main-window-is-maximized": false,
"main-window-width": 928, "main-window-width": 808,
"main-window-x": 50, "main-window-x": 50,
"main-window-y": 50, "main-window-y": 50,
"message-level": 4, "message-level": 4,

View file

@ -8,6 +8,8 @@ config.enable_tab_bar = false
-- config.default_prog = { "/usr/bin/fish" } -- config.default_prog = { "/usr/bin/fish" }
config.enable_wayland = false
config.font = wezterm.font_with_fallback({ config.font = wezterm.font_with_fallback({
{ family = "FairiesevkaTerm Nerd Font Mono" }, { family = "FairiesevkaTerm Nerd Font Mono" },
{ {

3
.gitmodules vendored
View file

@ -49,3 +49,6 @@
[submodule ".themes/glamour/catppuccin"] [submodule ".themes/glamour/catppuccin"]
path = .themes/glamour/catppuccin path = .themes/glamour/catppuccin
url = git@github.com:catppuccin/glamour.git url = git@github.com:catppuccin/glamour.git
[submodule ".themes/hyprland/catppuccin"]
path = .themes/hyprland/catppuccin
url = https://github.com/catppuccin/hyprland.git

View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
xrandr --output DVI-I-1 --off --output DVI-D-1 --mode 1680x1050 --pos 1920x75 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1920x1200 --pos 0x0 --rotate normal xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --off --output DP-0 --mode 1920x1200 --pos 0x0 --rotate normal --output DP-1 --off --output DVI-D-0 --mode 1680x1050 --pos 1920x75 --rotate normal --output None-1-1 --off

@ -0,0 +1 @@
Subproject commit fc228737d3d0c12e34a7fa155a0fc3192e5e4017

View file

@ -1,2 +1,2 @@
asdf-plugin-manager 1.3.0 asdf-plugin-manager 1.3.0
php 8.3.3 php system

View file

@ -30,7 +30,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f unset f
fi fi
"$HOME/.screenlayout/multihead.sh" # "$HOME/.screenlayout/multihead.sh"
copyq & copyq &
mopidy & mopidy &