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
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 | |
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 = 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/ |
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 |