Bash
Here are two (of many) options:
Install Git for Windows. Git for Windows provides a BASH emulator.
Install “Bash On Ubuntu on Windows”
Apt / Homebrew
Checkout Chocolatey or Scoop.
ALT + `
Install EasySwitch.
Privacy
Install Shut Up 10. Check out BleachBit.
Minimum Viable Toolset
- ConEmu – Terminal emulator.
- Notepad++ – Default text editor replacement.
- 7-zip – File archiver for most formats.
- Process Explorer – Top/htop.
- Grepwin – Search and replace tool.
- SourceTree – Git GUI.
- Kitty and Pageant – SSH Client.
Start Menu Shortcuts go in:
C:ProgramDataMicrosoftWindowsStart MenuPrograms*
Where is the `/etc/hosts` file?
c:WINDOWSsystem32driversetchosts
Configure Notepad++ as Git editor
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"