Skip to content

Instantly share code, notes, and snippets.

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

Talha Altınel mrwormhole

:shipit:
Si vis pacem, para bellum
View GitHub Profile
@mrwormhole
mrwormhole / output-pacman-pkgs.sh
Created October 5, 2025 17:51
outputs all pacman packages
#!/bin/bash
# Output file with timestamp
OUTPUT_FILE="$HOME/Documents/pacman-packages-$(date +%Y%m%d-%H%M%S).txt"
# List ALL installed packages (including dependencies)
pacman -Q > "$OUTPUT_FILE"
echo "Package list saved to: $OUTPUT_FILE"
@mrwormhole
mrwormhole / .gitconfig
Last active September 15, 2025 22:56
my git config
[user]
email = [email protected]
name = Talha Altinel
signingkey = FILL_HERE_WITH_YOUR_GPG_SIGNING_KEY
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
insteadOf = http://github.com/
[url "ssh://[email protected]/"]
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