- SecureUxTheme to use custom themes.
- Nu-Xi - Dark W11 theme by niivu.
- Windhawk For configuring Taskbar and start menu.
-
- Portable install launch on startup with
-tray-only
parameter.
- Portable install launch on startup with
- AltSnap - move and resize window selecting it with alt + mouseclick.
-
- portable install
- ExplorerPatcher Disable rounded corners, improved alt tab, and more.
- Flow Launcher Better search and app launcher.
- Taskbar Toggler Simple program to toggle hide/unhide taskbar.
- Betterfox about:config tweaks to enhance Mozilla Firefox.
- Clone repo
# Using gh
gh repo clone Demitrix2k/W11-Dotfiles $HOME\
# ...or use HTTPS and switch remotes later.
git clone https://github.com/Demitrix2k/W11-Dotfiles.git $HOME\
#....or download zip manually and place within $HOME\
- Run Powershell as admin or use sudo and link files and folders akin to
New-Item -ItemType SymbolicLink -Target $HOME\.config\Powershell -Path $HOME\Documents\Powershell
New-Item -ItemType SymbolicLink -Target $HOME\.config\Firefox -Path $Env:appdata\Mozilla\Firefox\Profiles\PROFILENAMEHERE\chrome
New-Item -ItemType SymbolicLink -Target $HOME\.config\ntop\ntop.conf -Path $Env:LocalAppdata\Microsoft\WinGet\Packages\gsass1.NTop_Microsoft.Winget.Source_8wekyb3d8bbwe\ntop.conf
- Alternatively run the powershell script for setting up symbolic links, configure to your liking.