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 = F. Talha Altinel | |
signingkey = 767BA4C9767A8367 | |
[url "ssh://git@github.com/"] | |
insteadOf = https://github.com/ | |
insteadOf = http://github.com/ | |
[url "ssh://git@gitlab.com/"] | |
insteadOf = https://gitlab.com/ | |
insteadOf = http://gitlab.com/ |
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
#cloud-config | |
# Ubuntu 22.04+ | |
resize_rootfs: false | |
write_files: | |
- content: | | |
path: /etc/growroot-disabled | |
runcmd: | |
- [ sgdisk, -e, /dev/sda ] | |
- [ partprobe ] | |
- [ parted, -s, /dev/sda, mkpart, primary, ext4, "40%", "100%" ] |
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
#cloud-config | |
# Ubuntu 22.04+ | |
resize_rootfs: false | |
write_files: | |
- content: | | |
path: /etc/growroot-disabled | |
runcmd: | |
- [ sgdisk, -e, /dev/sda ] | |
- [ partprobe ] | |
- [ parted, -s, /dev/sda, mkpart, primary, xfs, "25%", "100%" ] |
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
#!/usr/bin/env bash | |
function extract_module_name { | |
# Extract module name | |
sed -n -E 's/^\s*module\s+([[:graph:]]+)\s*$/\1/p' | |
} | |
function normalize_url { | |
# Normalize provided URL. Removing double slashes | |
echo "$1" | sed -E 's,([^:]/)/+,\1,g' |
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 | |
CSS Peek | |
IntelliSense for CSS classnames in HTML | |
LLDB DAP | |
tinygo | |
PostgeSQL | |
vscode-icons | |
Git Graph |