Manual Installation:
- 7+ Taskbar Tweaker Re-arrange window thumbnails in taskbar and other tweaks.
- ClickMonitorDDC Control monitor brightness via mouse wheel.
- Listary Make open file/folder dialogs bareable and navigate effortlessly between folders.
- TotalCommander Dual-pane file manager.
- JetBrains Toolbox Manage JetBrains IDEs.
- SmartGit My favorite cross-platform GIT client.
Via Ninite:
- 7zip Supports ZIP, RAR and many other archival formats.
- ClassicShell Start menu replacement
- Everything To find files quickly
- KeePass 2 Offline password manager.
- Paint.NET
- ShareX Screenshot utility.
- SumatraPDF Fast PDF viewer with auto-refresh and without file locking.
- Visual Studio Code Modern code editor.
Utilities
- WizTree Find used folder space with the speed of Everything.
Startmenu: "Select which icons appear on the taskbar"
- ShareX
- Jetbrains Toolbox
- StableBit Scanner Notifications
- PuTTY SSH authentication agent (Pageant)
- Network
- Volume
- Drag to reorder: Reorder Taskbar preview images with drag'n'drop to make switching between applications with WIN-NUMBER shortcuts easier.
- Control volume when mouse is over taskbar
- Display seconds on the tray clock
- Open the settings via rightclick in the systray on one of the number icons.
- Disable the volume and contrast systray icons
- General -> UI: Full row select (easier to match up date/size with selected item)
- General -> View: Show row mouseover
2xCtrl brings up the Listary overlay by default. This interacts poorly with IntelliJ's "Run Anything" (2xCtrl), neither overlay will be shown.
Adding IntelliJ to the ignored applications in Listary doesn't help, it only disables list view hooks, from what I can tell, 2xCtrl is global irrespective of the application being used.
Solution: Disable Ctrl shortcut and use dedicated "Show Listary Toolbar" shortcut.
Task Settings -> General -> Play sound...
Application Settings -> Advanced -> Upload: DisableUpload: True
Screenshots:
JetBrains Toolbox:
Redirect wincmd.ini File: Change the registry key IniFileName
to point to the wincmd.ini
file from this repository.
With PowerShell:
# Set
Get-ItemPropertyValue 'HKCU:\Software\Ghisler\Total Commander\' IniFileName
Set-ItemProperty -Path 'HKCU:\Software\Ghisler\Total Commander\' -Name 'IniFileName' -Value 'INSERT_PATH_TO_DOTFILES\totalcmd\wincmd.ini'
VS Code extensions
code --install-extension alefragnani.project-manager
code --install-extension bungcip.better-toml
code --install-extension Connorcpu.vsc-rustfmt
code --install-extension dbaeumer.vscode-eslint
code --install-extension dollyn.line-counter
code --install-extension donjayamanne.githistory
code --install-extension donjayamanne.python
code --install-extension EditorConfig.EditorConfig
code --install-extension eg2.tslint
code --install-extension eliean.vscode-svn
code --install-extension fantasytyx.tortoise-svn
code --install-extension formulahendry.code-runner
code --install-extension kalitaalexey.vscode-rust
code --install-extension ms-vscode.PowerShell
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension mushan.vscode-paste-image
code --install-extension PeterJausovec.vscode-docker
code --install-extension redhat.java
code --install-extension robertohuertasm.vscode-icons
code --install-extension slevesque.vscode-autohotkey
code --install-extension vadimcn.vscode-lldb
code --install-extension xabikos.JavaScriptSnippets
code --install-extension zhuangtongfa.Material-theme