Some tools and files I use for making Windows 11 look my way.
I use AtlasOS to make Windows more performant, usable, and privacy-friendly. You can download it here.
I use a custom cursor from this repository.
- Download the repository.
- Install with Install.inf. (Right-click on Install.inf and click Install)
- Go to Settings > Devices > Mouse > Additional mouse options > Pointers > Browse and select the cursor you want.
I use TranslucentTB to make the taskbar transparent. You can download it here.
I use FancyZones from PowerToys to manage windows.
- Download PowerToys from the releases page.
- Install PowerToys.
- Open PowerToys and go to FancyZones.
- Create a custom layout and apply it.
- With that when I drag a window and click on Shift, I can snap it to the zones.
I use PowerToys Run from PowerToys to search for apps, files, and more.
I use WizTerm. You can download it here.
To configure WizTerm:
- Copy the content only of terminal folder to your home directory. (C:\Users\your-username)
- Simply run the terminal and it will automatically load the configuration.
I use Oh My Posh to make the terminal look better. You can download it here.
To configure Oh My Posh:
- Install Oh My Posh. (You can install it with the following command)
winget install JanDeDobbeleer.OhMyPosh -s winget
- Copy the content of oh-my-posh folder to your home directory. (C:\Users\your-username)
- Open WizTerm and run the following command to create the profile.
New-Item -Path $PROFILE -Type File -Force
- Open the profile with Notepad.
notepad $PROFILE
- Add the following lines to the profile.
oh-my-posh init pwsh --config ~/hyko2024.omp.json | Invoke-Expression
- Save the profile and restart the terminal.
I use Wallpaper Engine to set a live wallpaper. You can download it here.