From 3132bd6b8d9a68abb3b31f551751faa2b01d3fdc Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 17 Jun 2026 18:26:49 +0200 Subject: [PATCH] chore: add license, post-commit mirror --- .gitignore | 2 ++ .husky/post-commit | 3 +++ LICENSE | 2 +- package.json | 19 +++++++++++++++++++ pnpm-lock.yaml | 24 ++++++++++++++++++++++++ 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 .husky/post-commit create mode 100644 package.json create mode 100644 pnpm-lock.yaml diff --git a/.gitignore b/.gitignore index 0bc7935..e99015c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *~ *swp *swo + +node_modules diff --git a/.husky/post-commit b/.husky/post-commit new file mode 100644 index 0000000..a98224c --- /dev/null +++ b/.husky/post-commit @@ -0,0 +1,3 @@ +echo "post-commit..." +git push gh +git push sh diff --git a/LICENSE b/LICENSE index 592a301..009a8d8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Ayo Ayco +Copyright (c) 2026 Ayo Ayco Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json new file mode 100644 index 0000000..74100fa --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "dotfiles", + "version": "1.0.0", + "description": "ayo's configuration files", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "prepare": "husky" + }, + "repository": { + "type": "git", + "url": "https://git.ayo.run/ayo/dotfiles" + }, + "author": "Ayo Ayco", + "license": "MIT", + "devDependencies": { + "husky": "^9.1.7" + } +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..a177305 --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,24 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + devDependencies: + husky: + specifier: ^9.1.7 + version: 9.1.7 + +packages: + + husky@9.1.7: + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} + engines: {node: '>=18'} + hasBin: true + +snapshots: + + husky@9.1.7: {}