Be a shell-warrior on Windows

1) Make the shell more beautiful
Pursuit of happiness – oh my Windows terminal is using:
posh-git
Get-ChildItemColor
Powerline Fonts
see also: https://blogs.sap.com/2020/01/03/spice-up-your-windows-terminal/

2) Install WSL
https://docs.microsoft.com/de-de/windows/wsl/install-win10
– config for zsh: Load the Plugin plugins=(zsh-dircolors-solarized) and setup the theme:
setupsolarized dircolors.ansi-dark

3) Install PowerToys and vim
MS Power Toys
Vim

4) Set Aliases for Powershell
https://stackoverflow.com/questions/24914589/ eg:

New-Alias vi vim

5) Clone Config from git repository:
Private Git Repository

6) Hints:
Windows Terminal Profiles Json
– Terminal Splitting: Ctrl+- und Ctrl+.
– SSH Connections: “commandline” : “ssh.exe ubuntnu”,
SSH configs in ~/.ssh/config

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.