Skip to content

Instantly share code, notes, and snippets.

View mrwormhole's full-sized avatar
🙃
Si vis pacem, para bellum

Talha Altınel mrwormhole

🙃
Si vis pacem, para bellum
View GitHub Profile
@mrwormhole
mrwormhole / deb.fish
Last active September 17, 2025 21:37
fish me daddy on debby
function check_and_update_deb
set url $argv[1]
set name $argv[2]
# Get current filename from URL
set remote_file (curl -sI $url | grep -i 'content-disposition\|location' | tail -1 | grep -o '[^/]*\.deb' | head -1)
if test -z "$remote_file"
set remote_file (basename $url)
end
@mrwormhole
mrwormhole / .gitconfig
Last active September 15, 2025 22:56
my git config
[user]
email = talhaaltinel@hotmail.com
name = Talha Altinel
signingkey = FILL_HERE_WITH_YOUR_GPG_SIGNING_KEY
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
insteadOf = http://github.com/
[url "ssh://aur@aur.archlinux.org/"]
insteadOf = https://aur.archlinux.org/
insteadOf = http://aur.archlinux.org/
@mrwormhole
mrwormhole / VScode-Extensions.txt
Last active September 11, 2025 00:14
VScode extensions I use everyday
astro-build.astro-vscode
davidanson.vscode-markdownlint
ms-ossdata.vscode-pgsql
github.vscode-pull-request-github
ms-azuretools.vscode-docker
ms-azuretools.vscode-containers
redhat.vscode-yaml
hashicorp.terraform