This commit is contained in:
2026-06-03 12:54:54 +02:00
parent 327107988d
commit 40d43b6bb6
3 changed files with 27 additions and 0 deletions
+17
View File
@@ -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
+10
View File
@@ -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
View File