commit 425970b3a581b2c6e6cc38f571b79ee00f4f861d Author: Alexander Pieck Date: Mon Jul 1 08:05:09 2024 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f91721 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..58b49da --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# configs + +This is a repo for my configs, which I don't want to create a new repo for.. Something like my VimVix config, or the GlazeWM \ No newline at end of file