- Install WSL
- Run from Admin
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux - Restart
- Install Linux Distr from Microsoft Store
- Run from Admin
- Git
- Download exe from https://github.com/andy-5/wslgit
- Put file into
%LOCALAPPDATA%\Programs\Common, rename togit.exe - Add path to
PATHenv variable
- Terminal
- Install Hyper https://hyper.is/
- Install Fish shell https://fishshell.com/
- Change shell for hyper to
C:\\Windows\\System32\\bash.exe - Edit
~/.bashrc, addbash -c fish
- IDE
- Install VSCode https://code.visualstudio.com/
- Disable Realtime protection to improve perfomance
for directory
%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_<hash>if you install ubuntu distr
- setting vscode as git commit message editor
- Fish config
- git aliases