From 19a8b335d9d28e63b1ac9c1aeabbfc11a0d07bf6 Mon Sep 17 00:00:00 2001 From: Nicholas Surmava Date: Fri, 27 Feb 2026 10:41:28 -0500 Subject: [PATCH] init commit --- .gitignore | 5 +++++ README.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb901ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.secrets.ps1 + +*.log +.DS_Store +Thumbs.db diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d8615e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# dotfiles + +A new dotfiles repo for my PERSONAL Windows setup. (This may not work for you!) + +## Quick Setup + +1. Clone repo to C:\Users\\Workspace\...\dotfiles +2. Enable Developer Mode +3. Run setup.ps1