Skip to content

alshain/dotfiles-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles-windows

Manual Installation:

Via Ninite:

installer includes

Download Change apps

Utilities

  • WizTree Find used folder space with the speed of Everything.

Systray

Startmenu: "Select which icons appear on the taskbar"

  • ShareX
  • Jetbrains Toolbox
  • StableBit Scanner Notifications
  • PuTTY SSH authentication agent (Pageant)
  • Network
  • Volume

Customization

7+ Taskbar Tweaker

  • 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

7+ Taskbar Tweaker

ClickMonitorDDC

Disable constrast and volume systray icons

  • Open the settings via rightclick in the systray on one of the number icons.
  • Disable the volume and contrast systray icons

Right-Click in systray -> Settings

Disable contrast and volume

Everything

  • General -> UI: Full row select (easier to match up date/size with selected item)
  • General -> View: Show row mouseover

Full row select Full row select

Listary

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.

ShareX

Disable screenshot sound

Task Settings -> General -> Play sound... Task Settings -> General -> Play sound...

Disable uploads globally

Application Settings -> Advanced -> Upload: DisableUpload: True

Sharex Disable uploads via Application Settings -> Advanced -> Upload

SmartGit

Always Show Working Tree and Index Nodes


Screenshots:

JetBrains Toolbox:

Toolbox


Total Commander

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'

VSCode

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published