update
This commit is contained in:
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user