From 40d43b6bb60c56bce2606b705f54d25ca102adff Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 3 Jun 2026 12:54:54 +0200 Subject: [PATCH] update --- TODO.md | 17 +++++++++++++++++ install.ps1 | 10 ++++++++++ notes.md | 0 3 files changed, 27 insertions(+) create mode 100644 TODO.md create mode 100644 install.ps1 create mode 100644 notes.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..8478520 --- /dev/null +++ b/TODO.md @@ -0,0 +1,17 @@ + + +window manager: +pick glaze, komorebi or fancyWM. > glaze + +bar: keep bottom bar because windows, also keep the regular start menu but debloat it. + +binds: autohotkey, win-hypr-switcher + +term: get a better terminal with powershell 7 + +term improvements: see if the same type of features that are on my linux terms can be on powershell 7. + +software: install chocolatey at the very least, maybe also fzf and make a lil tui for it. + +debloat with winhance + diff --git a/install.ps1 b/install.ps1 new file mode 100644 index 0000000..2e64a5d --- /dev/null +++ b/install.ps1 @@ -0,0 +1,10 @@ + + +# get winhance +irm "https://get.winhance.net" | iex + +# get chocolatey +Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) + +# install stuff with chocolatey +choco install -y git \ No newline at end of file diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..e69de29