change repo to be collection of all dotfiles installed with gnu stow

This commit is contained in:
2025-08-24 22:04:01 +02:00
parent 5d8f7f3dcd
commit 2c34515569
25 changed files with 0 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
snippet (
(
$1
)
snippet [
[
$1
]
snippet {
{
$1
}
snippet )
($1)
snippet ]
[$1]
snippet }
{$1}
snippet inc
${1:var} = ${1:var} + 1;
snippet cmpn
#[derive(Component)] struct $1;