This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |