Skip to content

Instantly share code, notes, and snippets.

View weeebdev's full-sized avatar
㊙️
アニメを見ますよ

Adil Akhmetov weeebdev

㊙️
アニメを見ますよ
View GitHub Profile
@weeebdev
weeebdev / git-past-commit.sh
Last active March 3, 2022 16:28
Commit files in the past or any date you want. Supports human writable dates like '10 days ago'
#!/bin/bash
if DATE=$(date -d "$1"); then
echo $DATE;
else
exit 0;
fi
GIT_AUTHOR_DATE="$DATE" GIT_COMMITTER_DATE="$DATE" git commit "${@:2}";
@weeebdev
weeebdev / banner.png
Last active December 20, 2023 19:13 — forked from dominiklohmann/banner.png
yabai autoupdate
banner.png
{
"basics": {
"name": "Adil Akhmetov",
"label": "-",
"image": "https://media.licdn.com/dms/image/v2/C5603AQE4TENWaf0_Qw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1608026155037?e=1741219200&v=beta&t=oTLKVQQc8INX5UodMurcTp9dcDHlp6NFLnjel6Fa_7Y",
"email": "[email protected]",
"phone": "",
"url": "https://weeebdev.github.io",
"summary": "I ❤ FOSS",
"location": {